Update GO CDK example to use AWS SDK for GO v2 constructs from v1
Opened this issue · 0 comments
janyaram commented
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
- I may be able to implement this feature request
- This feature might incur a breaking change
Language
Go