Skip to content

Demonstrating lambda functions with Python, with step functions

Notifications You must be signed in to change notification settings

starVader/python-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Demonstrating lambda functions with Python, with step functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages