[go: up one dir, main page]

Skip to content

A simple lambda function with basic instructions for local development and deployment

Notifications You must be signed in to change notification settings

geo909/sample-python-lambda-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  • Install docker and start the service
  • Install and configure AWS SAM CLI
  • To test the function locally:
    • sam build --use-container
    • sam local invoke test4stefanos --profile ferryhopper --region eu-west-2 --event events/event.json The region parameter may not be needed, depending on the aws cli configuration
  • Deploy with sam deploy --guided for the first time, and just sam deploy every subsequent time

Random notes

  • The S3 bucket, lambda function and any lambda layers should be in the same region

About

A simple lambda function with basic instructions for local development and deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages