biffgaut
biffgaut
That change was in response to [Issue 518](https://github.com/awslabs/aws-solutions-constructs/issues/518). We originally implemented the handling of the enforceSSL in our code and in so doing had introduced incorrect behavior. We relegated handling...
I wouldn't make a recommendation for or against utilizing the helper functions within Solutions Constructs. My point is that if you call these functions from your AWS Solutions Constructs client,...
No, the helper functions are not part of the published interface.
Thanks for the input. HTTP APIs are something we're looking at perhaps doing this year. Before creating a construct, submit a README.md file patterned after the files defining other constructs...
We like this idea - we actually already have most of it in place. aws-s3-stepfunctions goes thru EventBridge, so we can create this just by extracting the s3 to eventbridge...
After looking deeper into this, an aws-s3-eventbridge construct targeting the default event bus wouldn't do anything, since those events are already sent to the default bus. If we allow a...
This discussion is impacted by this [announcement](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-s3-event-notifications-amazon-eventbridge-build-advanced-serverless-applications/). CloudTrail is no longer needed for S3 events. An aws-s3-eventbridge construct at this point would only allow clients to send S3 events to...
What this construct wants to do is being done by enabling EventBridge for the S3 bucket, so as described this functionality is now available without this implementation. This opens up...
We're thinking about an aws-eventbridge-eventbridge construct to take and event source feeding the default bus and forward them to a custom bus. It would take an event source, such as...
As we discussed privately, I ran this code and did not see the behavior you report and you were going to look deeper to see how to reproduce this. In...