You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate the example Lambda function to use AWS SDK for Go v2 constructs, from v1, as SDK for Go v1 is is now end-of-support and will only receive critical bug fixes, security updates, will not be updated to include newer AWS Services.
Use Case
Want to make sure function is updated with constructs that are from a well-supported version for the lambda-container-s3-trigger example.
Proposed Solution
Have migrated other application from AWS SDK for Go v1 to v2, so can make a similar change. May be applicable to other Go cdk-examples as well.
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
Language
Go
The text was updated successfully, but these errors were encountered:
Describe the feature
Migrate the example Lambda function to use AWS SDK for Go v2 constructs, from v1, as SDK for Go v1 is is now end-of-support and will only receive critical bug fixes, security updates, will not be updated to include newer AWS Services.
Use Case
Want to make sure function is updated with constructs that are from a well-supported version for the lambda-container-s3-trigger example.
Proposed Solution
Have migrated other application from AWS SDK for Go v1 to v2, so can make a similar change. May be applicable to other Go cdk-examples as well.
Other Information
No response
Acknowledgements
Language
Go
The text was updated successfully, but these errors were encountered: