I am trying to build my own component and after looking at some examples, I tried the "new way" of doing it (using @serverless/core and @serverless/cli). I understand this is still experimental (I can tell by the age of this repo), but I gave it a shot anyway.
In my progress I hit a first issue:
Here, my template which contains an array, gets transformed into an object.
Hi,
I am trying to build my own component and after looking at some examples, I tried the "new way" of doing it (using @serverless/core and @serverless/cli). I understand this is still experimental (I can tell by the age of this repo), but I gave it a shot anyway. In my progress I hit a first issue:
Here, my template which contains an array, gets transformed into an object.
becomes
This causes the API call to AWS to fail because it is expecting an array.