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 f577ff2 commit 7394fe1Copy full SHA for 7394fe1
lib/index.ts
@@ -101,9 +101,9 @@ const run = async (filename, action) => {
101
102
exports.handler = async (event) => {
103
if (event.mode === "delete")
104
- await run("teardown.json", "delete");
+ await run("teardown.json", "Delete");
105
if (event.mode === "create" || event.mode === "update")
106
- await run("setup.json", "put");
+ await run("setup.json", "Put");
107
}`),
108
});
109
destinationBucket.grantRead(fn);
0 commit comments