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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.0
⚠️ Breaking changes
Refactored API to withAPIKey and withIdentityPoolId entry points that return corresponding client configurations for standalone Maps, Places, Routes SDKs and Location SDK
Removed custom wrapped client -> user can now use the clients directly from aws-sdk-swift
✨ Features and improvements
Added support for new standalone Maps, Places, and Routes SDKs
Added HTTP interceptor for API key use-case so user no longer needs to pass the API key to each request
Implemented automatic refresh of credentials when using Amazon Cognito
Updated README with usage examples for all the new clients