-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Builder Stack Failed #4
Comments
Hi There @dylan-tong-aws, So after poking around a bit it looks like the root failure is due the size of the data being passed by the lambda function (it's exceeding 4k). Below is the data the that's being passed by the function, I suppose the question is whether or not this needs to be passed or whether or not the code in the function can be changed to truncate the response. 2022-04-14T08:05:11.948-05:00 Copy |
Hello, I'm getting a similar issue (2x now) after following the guide: https://quickstarts.snowflake.com/guide/vhol_snowflake_data_wrangler/index.html#2 Can someone please update the CF template? Thanks. |
Hi @temiwale88, I never completely nailed down the root cause of the problem, but I believe it was related to limits on my account. My initial AWS account was with a commercial email address and when I set up an account with my @gmail account it deployed successfully. I parse through some of the limits and couldn't nail down the exact issue, but my hunch is that AWS imposes different limits based on the email address you use to set up the account... try setting up another, fresh account and see what you get. |
Good solution, it works for me
|
Hi There,
I tried to deploy this AWS template and I'm getting the below error, I could be configuring something wrong, but it seems pretty straightforward so maybe not?
The text was updated successfully, but these errors were encountered: