Elad Ben-Israel
Elad Ben-Israel
Life cycle rules sounds like a good option for sure. The object keys are based on the hash of the contents of the asset, so to avoid uploading in case...
:+1: on garbage collecting lambda that runs every week or so, with ability to opt out and some cost warnings on docs and online
Yeah perhaps only collect old assets (month old) and we can salt the object key such that if a whole month had passed, it will be a new object? Thinking...
This is a very interesting idea. I am transferring this to the RFC repo. Please follow the [RFC Repo README](https://github.com/aws/aws-cdk-rfcs/README.md) in order to submit this as an RFC.
Copied from #166 The CDK has a super-handy feature in the form of the `ContextProvider` ( https://docs.aws.amazon.com/cdk/latest/guide/context.html ). The CDK can use this to, say, use the AWS SDK to...
Hi @SachinShekhar! Thanks for the thoughtful proposal. We know that cross-environment references have interesting use cases and would love to consider ideas for solutions. I am moving this issue to...
This is a very interesting idea. I am transferring this to the RFC repo. Please follow the [RFC Repo README](https://github.com/aws/aws-cdk-rfcs/README.md) in order to submit this as an RFC.
Transferring this to the RFC repo. Please consult the [README](https://github.com/aws/aws-cdk-rfcs) file for the RFC repo for instructions on how to propose this feature.
@RomainMuller what's the status here?
For the record, I think we're going to bring pain onto ourselves if we want to split off experimental APIs into a separate package. Here are some thought exercises: *...