We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue:
in the lambda-sqs-worker-cdk template, the progress key was set under context
lambda-sqs-worker-cdk
progress
context
{ "app": "npx ts-node infra/index.ts", "context": { ..., "progress": "events" } }
Suggestion:
the progress key should be in the upper level:
{ "app": "npx ts-node infra/index.ts", "context": { ... }, "progress": "events" }
if we update the cdk.json, we can remove the --progress events from the package.json.
--progress events
Reference: aws-cdk master branch v2.30
aws-cdk
Edit: similar issue reported
The text was updated successfully, but these errors were encountered:
🤦 good pick up. Would you be keen to contribute a patch @bosonseek?
Sorry, something went wrong.
Hey @72636c , I don't have access to the OSS repo. Can you add me in. Don't wanna fork it :P
Successfully merging a pull request may close this issue.
Issue:
in the
lambda-sqs-worker-cdk
template, theprogress
key was set undercontext
Suggestion:
the
progress
key should be in the upper level:if we update the cdk.json, we can remove the
--progress events
from the package.json.Reference:
aws-cdk
master branch v2.30Edit: similar issue reported
The text was updated successfully, but these errors were encountered: