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
The amount of memory to allocate to the AWS Lambda function which replicates the files from the CDK bucket to the destination bucket probably exceeds 128mb. This can be increased by setting memoryLimit on the BucketDeployment.
More background info can be found in this thread: aws/aws-cdk#4058
Opened a pull request to add the functionality to CDK-SPA-Deploy: #284
Hi!
I'm using version 1.89 and I'll try with the latest one in a bit, but in the meantime, here is the issue:
Here is how I create my deployment
And the error I'm getting
I think it could be related to #13292 in aws-cdk.
The text was updated successfully, but these errors were encountered: