Skip to content

Commit

Permalink
Add trigger handler for storage events (aws-amplify#1027)
Browse files Browse the repository at this point in the history
* 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 <foyleef@amazon.com>

* 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 <foyleef@amazon.com>
  • Loading branch information
bombguy and edwardfoyle authored Feb 14, 2024
1 parent a01f6b9 commit 7cbe58b
Show file tree
Hide file tree
Showing 24 changed files with 218 additions and 98 deletions.
14 changes: 14 additions & 0 deletions .changeset/five-fireants-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@aws-amplify/backend-platform-test-stubs': patch
'@aws-amplify/backend-output-storage': patch
'@aws-amplify/integration-tests': patch
'@aws-amplify/backend-function': patch
'@aws-amplify/backend-storage': patch
'@aws-amplify/auth-construct-alpha': patch
'@aws-amplify/backend-auth': patch
'@aws-amplify/backend-data': patch
'@aws-amplify/plugin-types': patch
'@aws-amplify/backend': patch
---

bump aws-cdk-lib to 2.127.0
6 changes: 6 additions & 0 deletions .changeset/khaki-panthers-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@aws-amplify/backend-storage': minor
'@aws-amplify/integration-tests': patch
---

adding triggers to storage events
Loading

0 comments on commit 7cbe58b

Please sign in to comment.