There was an error while loading. Please reload this page.
node_serverless_sample/ ├── src/ │ └── app.js # Lambda handler (CRUD logic) ├── template.yaml # SAM template (defines AWS resources) ├── samconfig-dev.toml # SAM deployment config (for dev) ├── ...