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 92cc1f8 commit f6aceacCopy full SHA for f6aceac
packages/infra/src/constructs/__snapshots__/lambdaDeployment.test.ts.snap
@@ -1,4 +1,4 @@
1
-// Jest Snapshot v1, https://goo.gl/fbAQLP
+// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
3
exports[`returns expected CloudFormation stack 1`] = `
4
{
@@ -344,6 +344,9 @@ exports[`returns expected CloudFormation stack 1`] = `
344
"Type": "AWS::Lambda::Function",
345
},
346
"LambdaFunctionCurrentVersion7D5C86E3dad486f78e1725da2340d446c21ddd39": {
347
+ "Metadata": {
348
+ "aws:cdk:do-not-refactor": true,
349
+ },
350
"Properties": {
351
"FunctionName": {
352
"Ref": "LambdaFunctionBF21E41F",
0 commit comments