Skip to content

Commit 6e83116

Browse files
authored
Merge branch 'main' into s3-doc-update
2 parents e7e98a1 + 89042c4 commit 6e83116

22 files changed

Lines changed: 32928 additions & 22 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -euo pipefail
4+
5+
directoryOfThisScript=$(cd $(dirname $0) && pwd)
6+
echo "directoryOfThisScript: $directoryOfThisScript"
7+
cp "$directoryOfThisScript/custom_command_handler.js" "$directoryOfThisScript/../custom_command_output/mylambdafile.js"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export async function handler() {
2+
return 'NICE';
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Code gets placed in here from the integ.specifycode.ts test

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-nodejs/test/integ.specifycode.js.snapshot/LambdaNodeJsCodeSpecifiedDefaultTestDeployAssertD50C7B96.assets.json

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-nodejs/test/integ.specifycode.js.snapshot/LambdaNodeJsCodeSpecifiedDefaultTestDeployAssertD50C7B96.template.json

Lines changed: 187 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)