Replies: 1 comment
-
Hi @paul-uz - sorry for not getting here sooner. I'd need more context on what you're trying to accomplish with AWS Javascript SDK but it sounds like you're writing Lamba function with Typescript to run via Custom Resource. In that case, here's related resource to check out. I'd be happy to assist further when you can elaborate more on the use case. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm writing a small Lambda function in Typescript to run via a Custom Resource.
Is there a Type available for this event in Typescript?
e.g for my API Gateway functions, I use the event type of
APIGatewayProxyEvent
Beta Was this translation helpful? Give feedback.
All reactions