David Beitey
David Beitey
Thanks so much @heikojansen - this looks great. I've rebased your changes on the latest `master` after updating the CI builds to build 1.23.x (requiring a newer compatible headers-more module...
Thanks @MaxymVlasov - I appreciate the workaround. It is fairly slow to re-init Terraform each tune, as you say, especially when multiple modules and configurations are changing in a given...
If using Markdown to render images, even adding the CSS like so: ```  ``` isn't enough because when rendered, the Markdown renderer adds a `` tag around the ``...
Issue with "Common MIME types": on windows, ZIP files have application/x-zip-compressed for the type
I can verify that this is still the case, at least on Windows 10 and Server 2022 – the mimetype seen by a browser for a .zip file is `application/zip-compressed`....
Thanks @mildaniel for the consideration, I really appreciate it. From my experience, using parameters without validating means unexpected results and a range of impacts. The impact may be minor/negligible if...
I made an edit to my original post above but thought it worth commenting to highlight the scope and severity of this issue further. Previously, I'd just been working with...
Just an FYI on this: `provided.al2023` has been released in the time since I opened this PR (https://docs.aws.amazon.com/linux/al2023/ug/lambda.html) so support for that needs to be added as well. We switched...
@DorianMazur Since opening the PR, I’ve moved away from using Serverless due to it lacking support for recent AWS changes. Anyone’s free to add to this PR though 👍
Thanks @santhosh-tekuri, I really appreciate it - the first is effectively what I've implemented at the moment but the second is an interesting idea - I didn't realise the internals...