I was wondering if anyone is kicking off a lambda function upon stage deploy? I thought there might be a plugin that allows this, but I haven’t found the functionality yet … I’d like to configure a bunch of default DynamoDb entries automatically instead of manually. I suppose I could use an AWS CLI call to invoke it, so all I would need is a way to execute a batch script upon serverless stage deploy?
Thanks in advance!