Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 393 Bytes

Simple AWS lambda demo Python, With step function workflow.

  • Install aws-sdk,aws-sam cli
  • Configure aws Credentials
  • sam build
  • sm deploy --guided

Testing

  • Visit Lambda console, search for your function, to test the lambda function create a test event
  • Lambda test Run logs will be in cloudwatch logs
  • Goto AWS Cloudformation console, You can find the resources created by sam.