Skip to content

First release

Compare
Choose a tag to compare
@KayLerch KayLerch released this 06 Sep 20:20
· 32 commits to master since this release

This release contains the following:

  • Annotation bundle to tag fields of POJO models to be state-save throughout different scopes in your Alexa skill
  • Base class for POJO models to be compatible with the state handlers
  • AlexaSessionStateHandler to persist state of state-save fields from POJO models in the JSON of an Alexa session
  • AWSS3StateHandler to persist state of state-save fields from POJO models in an AWS S3 bucket
  • AWSDynamoStateHandler to persist state of state-save fields from POJO models in a AWS DynamoDB table
  • AWSIotStateHandler to persist state of state-save fields from POJO models in a thing shadow of AWS IoT