You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's this walkthrough but it's using java as the language, and it's not very easy to understand.
From the documentation perspective, I don't understand how to call dynamodb from the handlers for example. It looks like I need to use the SessionProxy, but it's not documented how to get a hold of dynamodb aws client.
In the init example:
Where's the documentation of which string should I pass in the .client([string]) to get dynamodb, stepfunction (or others) clients?
Even after I run npm install to install the dependencies, VSCode still does not find @amazon-web-services-cloudformation/cloudformation-cli-typescript-lib
Also, do I need to implement all "create, update, list, read..." operations? I was looking for to implement only create, update and delete.
The text was updated successfully, but these errors were encountered:
Even after I run npm install to install the dependencies, VSCode still does not find @amazon-web-services-cloudformation/cloudformation-cli-typescript-lib
Not sure on the VSCode error but is your node modules directory included in your tsconfig.json configuration?
Where's the documentation of which string should I pass in the .client([string]) to get dynamodb, stepfunction (or others) clients?
I would like to also add a request for additional documentation. This plugin deserves its own document for how to write handlers with progress chaining and stabilization. The Java docs are not very useful here.
There's this walkthrough but it's using java as the language, and it's not very easy to understand.
From the documentation perspective, I don't understand how to call
dynamodb
from the handlers for example. It looks like I need to use theSessionProxy
, but it's not documented how to get a hold of dynamodb aws client.In the init example:
Where's the documentation of which string should I pass in the
.client([string])
to get dynamodb, stepfunction (or others) clients?Even after I run
npm install
to install the dependencies, VSCode still does not find@amazon-web-services-cloudformation/cloudformation-cli-typescript-lib
The text was updated successfully, but these errors were encountered: