Skip to content

Commit f9c65dc

Browse files
kuhetrivikr
andauthored
docs: update supplemental-docs/AWS_LAMBDA.md
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent 1846744 commit f9c65dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

supplemental-docs/AWS_LAMBDA.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ await lambda.publishLayerVersion({
7676
ZipFile: fs.readFileSync("./path/to/layer_content.zip"),
7777
},
7878
CompatibleRuntimes: ["nodejs18.x", "nodejs20.x", "nodejs22.x"],
79-
CompatibleArchitectures: [
80-
"x86_64",
81-
"arm64",
82-
],
79+
CompatibleArchitectures: ["x86_64", "arm64"],
8380
});
8481
```
8582

0 commit comments

Comments
 (0)