David Velarde
David Velarde
Is there any update on this? I am also having this same issue. Same node version and "@aws-sdk/client-cognito-identity-provider": "3.145.0"
I think I figured why this is happening, **This is my personal opinion** I am no stating this is how it's actually working. When you setup your client you add...
Same error here
Hey @Jay2109 I think kraiiz abandoned the project, but I was having this same issue just now, and after quite a log of debugging I figured that it works, but...
ok so, if you are using docker like me, you can do this on your Dockerfile RUN rm /etc/localtime RUN ln -s /usr/share/zoneinfo/America/Lima /etc/localtime In my case I set the...
According to https://www.serverless.com/framework/docs/guides/upgrading-v3#breaking-changes We can now use `serverless deploy --param="foo=bar"` meaning we only need to add "param=" to the `reduce` inside `GetParametersAsArgument` in `sls-build-task-pluing.ts` file. I made a PR for...
Fix is available in NPM as version 1.0.9-beta.1 https://www.npmjs.com/package/aws-organization-formation/v/1.0.9-beta.1
Hi @dannysteenman ✋ Yes as part of the update to MaxConcurrentTasks we added an extra parameter to the Default Deploy Command `--output cdk.out/${CurrentTask.AccountId}`. Since you have a `CustomDeployCommand` you also...
Is this going to be merged soon?