-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: release #16
feat: release #16
Conversation
joostvanderborg
commented
Sep 8, 2023
•
edited
Loading
edited
- docs
- fixes submissions without name
- allows resubmitting (for storing old submissions) from an SNS topic in this account (fixes Oude inzendingen duurzaam bewaren mijn-nijmegen#740)
Add better test for anonymous submissions.
Signed-off-by: github-actions <github-actions@github.com>
Adds an SNS topic, which can be subscribed to from a different account. It allows the accp webformulieren account to post to this topic. Submissions on this topic will be processed the same way other submissions are handled.
Allows the lambda role to publish to the encrypted SNS topic.
Allows the lambda role to publish to the encrypted SNS topic.
* fix: Allow KMS access for lambda role Allows the lambda role to publish to the encrypted SNS topic. * fix: remove kms references, topic Cross-account-cross-region KMS access with existing key not possible. * fix unused referenes * remove last unused reference
src/StorageStack.ts.orig
Outdated
objectOwnership: ObjectOwnership.BUCKET_OWNER_ENFORCED, | ||
lifecycleRules: [ | ||
{ | ||
expiration: Duration.days(365), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waarom 365 dagen bewaren en niet korter of langer(zou ik verwachten nl)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Daar heeft nog niemand iets van gevonden, onbeperkt lijkt me ook onwenselijk. Ik zie overigens dat de merge conflict-file hierin zit, dus dit is niet nieuw.