You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
Not sure why I getting this error below when running primary account template
1 validation error detected: Value '%%BUCKET_NAME%%-eu-west-2' at 'code.s3Bucket' failed to satisfy constraint: Member must satisfy regular expression pattern: ^[0-9A-Za-z.-_]*(?<!.)$ (Service: AWSLambda; Status Code: 400; Error Code: ValidationException; Request ID: ec97d612-b5e2-11e8-b4a9-d703702ca31d)
The text was updated successfully, but these errors were encountered:
./build-s3-dist.sh is the build script for this project. It does two things
1 - Build the lambda ZIP files (transit-vpc-poller.zip & transit-vpc-push-cisco-config.zip), that you need to host inside your S3 bucket i.e. my-bucket under my-bucket/transit-vpc/latest/ folder
2 - Replaces %%BUCKET_NAME%% in the Cloudformation templates with your S3 bucket name i.e. my-bucket, so it can source the Lambdas deployed from Step 1
I'd recommend you take a look at the Implementation Guide for this solution and follow the steps under Deployment section
Not sure why I getting this error below when running primary account template
1 validation error detected: Value '%%BUCKET_NAME%%-eu-west-2' at 'code.s3Bucket' failed to satisfy constraint: Member must satisfy regular expression pattern: ^[0-9A-Za-z.-_]*(?<!.)$ (Service: AWSLambda; Status Code: 400; Error Code: ValidationException; Request ID: ec97d612-b5e2-11e8-b4a9-d703702ca31d)
The text was updated successfully, but these errors were encountered: