-
Notifications
You must be signed in to change notification settings - Fork 2
feat(infra): intialise CDK project #5
Conversation
8eaa78f
to
8970c75
Compare
infra/app.py
Outdated
RasterStack( | ||
app, | ||
"raster-nonprod", | ||
stack_name="data-lake-raster-nonprod", |
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.
We need different stack name here
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.
I have changed this to geospatial-data-lake-raster-nonprod
This is how we seem to to be differentiating between DLv1 and DLv2
infra/app.py
Outdated
RasterStack( | ||
app, | ||
"raster-prod", | ||
stack_name="data-lake-raster-prod", |
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.
Different stack name here as well
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.
I have changed this to geospatial-data-lake-raster-nonprod
Intialise CDK project #4
Please see #4 - this outlines renaming of default
cdk init
sub-directory as under taken in commit a4380a3