aws-samples / amazon-mwaa-examples

Amazon Managed Workflows for Apache Airflow (MWAA) Examples repository contains example DAGs, requirements.txt, plugins, and CloudFormation templates focused on Amazon MWAA.
MIT No Attribution
106 stars 61 forks source link

SAM template changes, parameter store in DAG, simplified setup #8

Open mrichman opened 3 years ago

mrichman commented 3 years ago
umaragu commented 3 years ago

Running setup.sh in us-west-2 cause the following issue An error occurred (IllegalLocationConstraintException) when calling the CreateBucket operation: The unspecified location constraint is incompatible for the region specific endpoint this request was sent to. use aws s3api create-bucket --bucket $S3_BUCKET --create-bucket-configuration LocationConstraint=region

Creates a collection ID by name "image_processing". If a different name is given in the parameter, the template only use it for providing IAM permissions thus breaking the access to collection.

mrichman commented 3 years ago

Fixed template.yaml to use RekognitionCollectionId param to dynamically set collection_id in Lambda function.