v1.16.0 #432
Closed
heitorlessa
started this conversation in
Show and tell
v1.16.0
#432
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This release adds support for CodePipeline Job event, and a new property to save you some keystrokes when decoding base64 encoded data in API Gateway and ALB when using Data Classes utility.
CodePipeline Job support
If you're new to the CodePipeline Job event, customers typically use it for out of band integrations, such as orchestrate heavy deployments with a State Machine or validate an external system/KPI before continuing.
This release adds support for CodePipeline Job including methods to easily retrieve user parameters, download artifacts from S3 using temporary credentials sent as part of event, etc.
Base64 decode support
Based on this thread on Twitter with Luc from SentiaCloud, decoding base64 data in the first try without looking at a snippet is not for everyone :D
When using Data classes for API Gateway or ALB, you can now easily decode data with the new
decoded_body
property:Changes
🌟 New features and non-breaking changes
🌟 Minor Changes
This release was made possible by the following contributors:
@heitorlessa and @michaelbrewer
This discussion was created from the release v1.16.0.
Beta Was this translation helpful? Give feedback.
All reactions