Skip to content

shipcloud/data_lambda_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-sam-

.

Deployment

Building, packaging and deploy the application in production environment.

sam build && sam package && sam deploy

Deploy in the test environment (if you have set up the environment in samconfig.toml file)

sam build --config-env test && sam package --config-env test && sam deploy --config-env test

Invocation

Invoke the application with AWS Lambda locally:

sam local invoke <Function Name> --event events/event.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages