bespoken / virtual-alexa

:robot: Easily test and debug Alexa skills programmatically
https://bespoken.io
Apache License 2.0
112 stars 35 forks source link

Added DeleteItem capability to DynamoDB mock #139

Closed allthepies closed 2 years ago

allthepies commented 2 years ago

The DynamoDB mock was missing a delete operation which is called by the Alexa SDK when the user issues an attributesManager.deletePersistentAttributes() request.

jkelvie commented 2 years ago

Very nice! Thanks for submitting this.