Skip to content

Commit 7cbe58b

Browse files
bombguyedwardfoyle
andauthored
Add trigger handler for storage events (#1027)
* feat: add triggers to storage events * add API.md * clean up * add changeset * cleanup * remove unused imports * cleanup * update API.md * Update packages/backend-storage/src/function_instance_provider.ts Co-authored-by: Edward Foyle <[email protected]> * check for logical IDs * bump aws-cdk-lib peer-dependency to 2.127.0 * use S3EventSourceV2 * fix * added changeset * Update .changeset/five-fireants-shout.md * bump aws-cdk to 2.127.0 * bump aws-cdk to 2.127.0 --------- Co-authored-by: Edward Foyle <[email protected]>
1 parent a01f6b9 commit 7cbe58b

File tree

24 files changed

+218
-98
lines changed

24 files changed

+218
-98
lines changed

.changeset/five-fireants-shout.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'@aws-amplify/backend-platform-test-stubs': patch
3+
'@aws-amplify/backend-output-storage': patch
4+
'@aws-amplify/integration-tests': patch
5+
'@aws-amplify/backend-function': patch
6+
'@aws-amplify/backend-storage': patch
7+
'@aws-amplify/auth-construct-alpha': patch
8+
'@aws-amplify/backend-auth': patch
9+
'@aws-amplify/backend-data': patch
10+
'@aws-amplify/plugin-types': patch
11+
'@aws-amplify/backend': patch
12+
---
13+
14+
bump aws-cdk-lib to 2.127.0

.changeset/khaki-panthers-grin.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@aws-amplify/backend-storage': minor
3+
'@aws-amplify/integration-tests': patch
4+
---
5+
6+
adding triggers to storage events

0 commit comments

Comments
 (0)