Paul Galow
Paul Galow
Not sure if this is related but the [recently announced](https://aws.amazon.com/de/blogs/developer/cdk-pipelines-continuous-delivery-for-aws-cdk-applications/) CDK Pipelines construct library doesn't (yet?) support context queries: > No context queries – Context queries are not supported. That...
I'd like to suggest adding support for unique sortable identifiers such as [ULID](https://github.com/ulid/spec) or [KSUID](https://segment.com/blog/a-brief-history-of-the-uuid/). This would simplify and enrich interaction with DynamoDB. I could imagine this being part of...
Thanks for getting this module request started. I have just posted a [feature request with Presonus](https://answers.presonus.com/41807/ip-control-spec-api-access-for-studiolive-16r) and got in touch with their technical support. Fingers crossed!
[Amazon Inspector can now scan Lambda functions for vulnerabilities](https://aws.amazon.com/de/blogs/aws/amazon-inspector-now-scans-aws-lambda-functions-for-vulnerabilities/). However [it looks like it is using `package.json` and `package-lock.json`](https://dev.to/rosswilliams/comment/238h9) to achieve this for Node.js functions. So having an option to...
I think you're right. Using DynamoDB adds a little bit of complexity in the beginning but makes future development much more flexible.
Ah! I see. Thanks for clarifying. Some first observations after looking at the AWS S3 console: It looks like you can indeed apply a filter per lifecycle policy based on...
I think that makes a lot of sense. Another benefit: No need to parse user-provided dates. Instead simple CLI flags could be used to indicate the desired time expiration window....