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
Currently the only implementation of the function-client is the function-client-aws project which uses the AWS SDK v1.
If other Micronaut AWS projects were used, which are using the SDK v2, both SDK versions will be packaged in the final artifacts.
To support a smooth transition to AWS SDK v2 a new project function-client-aws-v2 can be created to use the AWS SDK v2.
The text was updated successfully, but these errors were encountered:
Feature description
Currently the only implementation of the
function-client
is thefunction-client-aws
project which uses the AWS SDK v1.If other Micronaut AWS projects were used, which are using the SDK v2, both SDK versions will be packaged in the final artifacts.
To support a smooth transition to AWS SDK v2 a new project
function-client-aws-v2
can be created to use the AWS SDK v2.The text was updated successfully, but these errors were encountered: