-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Milestone
Description
Before we develop any more AWS features, let's make sure we are on the latest generation of the SDK - 2.x. Upgrade guide from Amazon:
Since 2.x API is drastically different from 1.x, looks like we'll need to provide a separate set of modules to allow users to switch at their leisure.
How to Migrate your code AWS SDK v2.
Bootique changes
- Import
bootique-aws2-*modules instead ofbootique-aws-* - S3 injection changes: instead of
AmazonS3, v2S3Clientobject is injected - Secrets Manager injection changes: instead of
AWSSecretsManager, v2SecretsManagerClientobject is injected - Config change:
aws.accessKeyis nowaws.credentials.accessKey, andaws.secretKeyis nowaws.credentials.secretKey - Config change:
awss3.signingRegionandawssecrets.signingRegionare no longer present. Useaws.defaultRegioninstead. - Config change:
awss3.serviceEndpointis nowawss3.endpointOverride - Config change:
awssecrets.serviceEndpointis nowawssecrets.endpointOverride
AWS v1 to v2 Migration Resources:
Metadata
Metadata
Assignees
Labels
No labels