Calvin Combs
Calvin Combs
all lambda functions can become inactive eventually. This will result in invocations failing. This PR adds logic to retry the invocation up to a maximum of ten minutes and some...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...
--- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
If a NetworkingError is received by the SSO service, rethrow the error immediately instead of passing it to the `load()` callback. This will provide a faster failure, and allows the...
### Issue # (if applicable) ### Reason for this change The existing nested stack diff places a fake property, `NestedTemplate`, in the templates to be diffed. This prevents displaying resource...
### Version 20.13.0 ### Platform Windows ### Subsystem _No response_ ### What steps will reproduce the bug? Install Node from chocolatey: ``` C:\\ProgramData\\chocolatey\\bin\\choco.exe upgrade nodejs-lts -y ``` (the output confirms...
### Summary Same reproduction steps as #615, but use this template instead. Throws this error: ``` undefined: IngressProperty ``` From this code snippet: ``` ec2.NewCfnSecurityGroup( stack, jsii.String("InstanceSecurityGroup"), &ec2.CfnSecurityGroupProps{ VpcId: vpc.Ref(),...
### Summary When synthesizing the template at the end in golang, we get this error: ``` cannot use &[]interface{}{…} (value of type *[]interface{}) as *[]*awsefs.CfnFileSystem_ElasticFileSystemTagProperty value in struct literal ```...
### Summary on at least TypeScript and Python, LaunchConfigurations created like this: ``` "LaunchConfiguration": { "Type": "AWS::AutoScaling::LaunchConfiguration", "Metadata" : { }, "Properties": { "AssociatePublicIpAddress" : true, "ImageId": { "Fn::FindInMap": [...
### Summary TS can be emitted as: ``` launchConfiguration.cfnOptions.metadata = { AWS::CloudFormation::Init: { // errors configSets: { MountConfig: [ 'setup', 'mount', ], }, ``` same steps #615, just change the...