getting-started-with-serverless
getting-started-with-serverless copied to clipboard
Follow along with blog posts, code samples, and practical exercises to learn how to build serverless applications from your local Integrated development environment (IDE).
- Upgrade nodejs runtime to 18 - Fix path to mock event file - Move aws-sdk package to dependencies
Add missing slash *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...
There is a typo in `part_4/readme.md`. In the first part, the correct path to the file being mentioned is `/events/testEvent.json`, instead of `/eventstestEvent.json`.
so that the example works with the current version of AWS SAM CLI *Description of changes:* - adjusted nodejs runtime version from 12.x to 22.x at every location in all...