Skip to content
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: connect submission storage to new landingzone production env #22

Merged
merged 3 commits into from
Jan 2, 2024

Conversation

marnixdessing
Copy link
Contributor

  • Subscribe to multiple SNS topics e.g. multiple webformulieren environments
  • No conflicts will occur as the reference in the new production environment is bumped with a large gap (increased to 200.000 with a gap of 50.000 from the value in the old production environment that is increased from 10.000 to 150.000 over 2 years).

Statics.acceptanceWebformulierenAccountId,
],
subscribeToTopicArns: [
'arn:aws:sns:eu-west-1:315037222840:eform-submissions',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waarom staan hier hardcoded account id's?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ik heb hier de SNS topic ARNs toegevoegd omdat ik een lijst van ARNs wil opgeven. Door dit via SSM te doen moet je aan de haal met CloudFormation functions om de lijst op te splitsen (Fn.split() etc.). De plek waar deze ARNs gebruikt worden geeft vervolgens een foutmelding omdat deze een CloudFormation parameter referentie verwacht of een ARN string (niet een CloudFormation token).

@marnixdessing marnixdessing merged commit 8654b60 into main Jan 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants