This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
v1.2.0
π New features
- Adds samples for event handling through AWS Lambda functions
- (Experimental) Adds example generated POJOs for extending the SDK
π Bug fixes
- Fixes an issue where README contents were being double-decoded resulting in a warning being logged
- Fixes an issue with
TableauDatasource
s and their list of fields, which can contain both calculated and datasource fields - Adds exception handling for asset batches, as required by latest SDK update
- Simplifies search usage using simplifications available in the latest SDK
π₯ QOL improvements
- All code is now bundled into an uber-jar (
jar-with-dependencies
), ready to run on alongside thejar-with-dependencies
for the Java SDK itself - Each merge now includes a
lambda-layer
zip file that can be uploaded to AWS Lambda, containing all the code for the samples
π οΈ Maintenance
- Bumps all dependencies to their latest versions
- Replaces logback with log4j given AWS's usage of log4j