We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7e54 commit 0bd8549Copy full SHA for 0bd8549
layers/src/canary-stack.ts
@@ -54,6 +54,7 @@ export class CanaryStack extends Stack {
54
'@aws-lambda-powertools/parameters',
55
'@aws-lambda-powertools/idempotency',
56
'@aws-lambda-powertools/batch',
57
+ '@aws-lambda-powertools/parser',
58
],
59
},
60
environment: {
layers/src/layer-publisher-stack.ts
@@ -65,6 +65,7 @@ export class LayerPublisherStack extends Stack {
65
'parameters',
66
'idempotency',
67
'batch',
68
+ 'parser',
69
];
70
71
// These files are relative to the tmp folder
0 commit comments