Every folder is a SAM stack with a dedicated Lambda with API-Gateway integration.
These are just hello world examples to get you started.
Run the local.sh script inside each folder to test SAM locally.
Then use curl or your browser to point to http://localhost:3000/hello/ or http://localhost:3000/
nodejs 14 example
nodejs 14 with native module example
dockerized nodejs 14 example
nestjs typescript example
typescript esbuild preview example
rust custom runtime example
rust custom runtime http example
Test it with curl in this way: http://localhost:3000/hello\?first_name\=MadCat