Skip to content

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

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages