Skip to content

ebusi/demo-serverless-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

demo

Python 3.9

init

sam init --runtime python3.9 --dependency-manager pip --name python --app-template hello-world

build and deploy

cd python
sam build --use-container && sam deploy --profile personal --no-confirm-changeset

test

cd python
curl -w "@../curl-format.txt" <API_URL>

Node 20

init

sam init --runtime nodejs20.x --dependency-manager npm --name node --app-template hello-world

build and deploy

cd node
sam build --use-container && sam deploy --profile personal --no-confirm-changeset

test

cd node
curl -w "@../curl-format.txt" <API_URL>

Java 21

init

cd java
sam init --runtime java21 --dependency-manager maven --name java --app-template hello-world

build and deploy

cd java
sam build --use-container && sam deploy --profile personal --no-confirm-changeset

test

cd java
curl -w "@../curl-format.txt" <API_URL>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages