Skip to content

aws-samples/simplify-development-lambda-container-image-serverless-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

deploy-lambda-containers-with-terraform

Usage

To update MakeFile

Run command

make

Check if Terraform is installed

Run command

make local

To setup and preview resources with Terraform

Run command

make plan

To build resource or update with Terraform

Run command

make apply

To delete all resource with Terraform

Run command

make destroy

To delete Terraform generated files in local directory

Run command

make clean

After the user clones a copy of the public code

This command copies and compresses the required code to a location the git-private has access. Run command

make git-public

Setup the private CodeCommit respository with a first commit

Run command

make git-private

Uploads the code to invoke a build in the CodePipeline

This command extracts the required code into the CodeCommit private respository. Run command

make upload

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published