Skip to content

antonovdmitriy/learning-aws-lambda

Repository files navigation

Description

Bunch of lambdas to test without any framework like Spring or Quarkus

To build project

mvn clean package

To deploy

With SAM

  • How to install AWS CLI see
  • How to install SAM see
  • create s3 bucket to deploy code
aws s3 mb s3://some_unique_name
 sam deploy \
--s3-bucket s3_name \
--stack-name stack-name \
--capabilities CAPABILITY_IAM

With Github actions

see this

To invoke

Via AWS CLI

See this

To clear

aws cloudformation delete-stack --stack-name stack-name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages