This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
Move bespoke roles granting S3 permission (to third party) out of the stack #2354
Labels
enabler story
Enable to team to improve
Geostore has some bespoke roles granting s3 permission to external accounts (i.e. koordinates lds, opentopo). For example:
infrastructure/constructs/opentopo.py
infrastructure/constructs/lds.py
As best practice, we should probably separate these out from the stack. This can become unmanageable if it grows.
A suggestion is to include this in cdk runtime context (i.e.
cdk.json
)Should investigate if putting this in
cdk.json
will work (i.e. provide us with what we need).The text was updated successfully, but these errors were encountered: