Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IT-3953] Update same region bucket lambda (#416)
The cfn-cr-same-region-bucket-download lambda was failing to deploy with the scicomp-provisioner[1] with the following error.. ``` [2024-10-18 16:34:58] - prod/htan2-testing1 IPAddressRestictionLambda AWS::CloudFormation::Stack CREATE_FAILED Embedded stack arn:aws:cloudformation:us-east-1:***:stack/htan2-testing1-IPAddressRestictionLambda-1534XYHGZI8V8/cd414320-8d6e-11ef-a975-0affca4facf5 was not successfully created: The following resource(s) failed to create: [RestrictBucketDownloadRegionFunction]. ``` We neglected to update the S3 template to use the latest version of the lambda which was missing an update of dependencies[2]. [1] https://github.com/Sage-Bionetworks/scicomp-provisioner [2] Sage-Bionetworks-IT/cfn-cr-same-region-bucket-download@0316d97
- Loading branch information