Closed
Description
Announcement
Smithy (a language for defining services and SDKs) and smithy-typescript (generic Smithy TypeScript code generators) are both used to generate the AWS SDK for JavaScript v3.
As part of enhancing JSv3, the smithy-typescript experimental feature flag experimentalIdentityAndAuth
will be enabled for JSv3 clients, and will release in phases. With this feature flag enabled, services will be able to define multiple authentication schemes and be aligned with the Smithy authentication traits specification.
These changes are designed to be completely backward compatible. If there are any unexpected issues related to identity, authentication, signing that seem related, please open a bug report.
Releases
- CodeCatalyst v3.451.0 (
@smithy.api#httpBearerAuth
): feat(experimentalIdentityAndAuth): release phase for@smithy.api#httpBearerAuth
#5271 - STS v3.474.0: feat(experimentalIdentityAndAuth): release phase for STS #5282
- SQS, DynamoDB v3.477.0: feat(experimentalIdentityAndAuth): release phase for SQS and DynamoDB #5284
- RDS, EC2, Polly v3.488.0: feat(experimentalIdentityAndAuth): release phase for services with signing customizations #5286
- API Gateway, Glacier, Machine Learning, Route 53, S3 Control v3.490.0: feat(experimentalIdentityAndAuth): release phase for services with customizations #5288
- Services without Customizations v3.513.0: feat(experimentalIdentityAndAuth): release phase for services without customizations #5787