Open mrichman opened 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.
Fixed template.yaml to use RekognitionCollectionId
param to dynamically set collection_id
in Lambda function.
setup.sh