Nicolas Vayias

Results 3 issues of Nicolas Vayias

So let's say I have TypeA which is a string and TypeB which is an object. I want to define Type3 which is a dictionary with key TypeA and value...

Type: Question
Topic: Spec

First of all, great plugin, great work! I was wondering if anyone managed to get this working while using the `serverless-step-functions` plugin. I'm using both those plugins and unfortunately it...

**Context**: [Step functions](https://aws.amazon.com/step-functions/) is a technology aws offers to coordinate and manage the execution of your lambdas. **Issue**: Lambda function can have as input parameters, an `event` and a `context`....