-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add nodejs22.x support * chore: update comments * Fix gql app tests and bump happy-dom version * Update nodejs22.x/cw-event/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/full-stack/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/full-stack/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/cw-event/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/hello-img/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/hello-img/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/sqs/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/step-func/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/step-func/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/web/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/web/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/hello-ts-pt/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/hello-ts/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/hello-ts/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/sqs/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/hello/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/sns/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/hello/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/response-streaming/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/sns/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/response-streaming/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/s3/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/s3/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/scratch/{{cookiecutter.project_name}}/README.md Co-authored-by: Lucas <[email protected]> * Update nodejs22.x/scratch/README.md Co-authored-by: Lucas <[email protected]> --------- Co-authored-by: Lucas <[email protected]>
- Loading branch information
Showing
229 changed files
with
12,308 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Cookiecutter NodeJS CloudWatch Events Quick Start Application | ||
|
||
A cookiecutter template to create a NodeJS CloudWatch Events Quick Start Application using [Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model). | ||
|
||
## Requirements | ||
|
||
* [AWS SAM CLI](https://github.com/awslabs/aws-sam-cli) | ||
|
||
## Usage | ||
|
||
Generate a boilerplate template in your current project directory using the following syntax: | ||
|
||
* **NodeJS 22**: `sam init --runtime nodejs22.x --app-template quick-start-cloudwatch-events --name cwe-app` | ||
|
||
> **NOTE**: ``--name`` allows you to specify a different project folder name | ||
# Credits | ||
|
||
* This project has been generated with [Cookiecutter](https://github.com/audreyr/cookiecutter) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"project_name": "Name of the project", | ||
"runtime": "nodejs22.x", | ||
"architectures": { | ||
"value": ["x86_64", "arm64"] | ||
}, | ||
"_copy_without_render": [ | ||
".gitignore" | ||
] | ||
} |
Oops, something went wrong.