Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
feat: add sns schemas (#16)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies

* feat: add apigateway schemas

* feat: add eventbridge schemas

* feat: add firehose schemas

* feat: add lambda schemas

* feat: add kinesis schemas

* feat: add s3 schemas

* feat: add s3 batch schemas

* feat: add secret rotation schemas

* feat: add sns schemas
  • Loading branch information
pevisscher authored Nov 30, 2022
1 parent a969285 commit d8aea06
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/aws/sns/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './sns.type'
5 changes: 5 additions & 0 deletions src/lib/aws/sns/schemas/sns-event-record.schema.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d8aea06

Please sign in to comment.