Provides an updated example which has the following changes:
creates the S3 bucket defined by a new variable
uploads DAGS in the dags folder to this new S3 bucket
fixes tags
Motivation
typically you want to define/create./upload the DAGS folder as part of the MWAA build/deployment. Also, this new example provides a cleaner create/delete approach.
More
[ X] Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
What does this PR do?
Provides an updated example which has the following changes:
Motivation
typically you want to define/create./upload the DAGS folder as part of the MWAA build/deployment. Also, this new example provides a cleaner create/delete approach.
More
pre-commit run -a
with this PRFor Moderators
Additional Notes