Brad Mongeon
Brad Mongeon
There is definitely a need for this. Example resources that often have `Retain` for the `DeletionPolicy` (especially in test or prod environments) are: LogGroups, DynamoDB tables, RDS.. Without the ability...
I am also running into this. Would be nice to use `Fn::ForEach` to do some things similar to SAM serverless resources. I was hoping to add a group of `AWS::Serverless::Function`...
Also, is this really a feature request? I would expect SAM to support native CloudFormation functions. I feel like this is actually a bug.
> I like this idea, but until something like that is supported, you could potentially create log and subscription resources from the same [Collection parameter](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-foreach.html#intrinsic-function-reference-foreach-parameters), in [a single Fn::ForEach loop](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-foreach-example-resource.html#intrinsic-function-reference-foreach-example-replicate-multiple-resources)....
> I think either support for yaml anchors and tags, or an expansion of the SAM globals section (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-template-anatomy-globals.html) would be a cleaner solution for this I don't think globals...
I don't understand why this has not had more focus, perhaps it is too hard to do. I think that the parameter overrides passed in through the CLI individually overriding...
I agree that this would be very helpful. For example, we have encapsulated some logic in a Composite Action and now want to enhance it with a non-breaking change that...
I would guess it might not like the `host` header, especially if going through API Gateway.
I think this may be a duplicate of: https://github.com/github/vscode-github-actions/issues/39. At least, I know my issue is that it is not using the certificates in the keystore and therefore getting blocked...
I know this is old, but wanted to point folks here: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/migrating/notable-changes/ Which says: > "If you are passing custom endpoint which uses http, then you need to provide httpAgent."...