-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add TypeScript hello world template w/ Lambda Powertools integration #193
add TypeScript hello world template w/ Lambda Powertools integration #193
Conversation
bpauwels
commented
Feb 23, 2022
- feat: add TypeScript hello world template w/ Lambda Powertools for TypeScript integration
- Update manifest to include new workflow
as discussed with romboiko@; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, can you move changes from manifest.json
file into manifest-v2.json
and some testing? Example testing for existing nodejs14 can be found here: https://github.com/aws/aws-sam-cli-app-templates/blob/master/tests/integration/unit_test/test_unit_test_nodejs14_x.py
Rest looks good to me.
manifest.json
Outdated
@@ -323,6 +323,14 @@ | |||
"packageType": "Zip", | |||
"useCaseName": "Hello World Example" | |||
}, | |||
{ | |||
"directory": "nodejs14.x/cookiecutter-aws-sam-hello-powertools-typescript-nodejs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move this information into manifest-v2.json
file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I've just done so! I see you have updates to node16.x - should I change this in my structure or is it done when merging?
…hub.com/bpauwels/aws-sam-cli-app-templates into node-ts-hello-world-powertools-template