What languages are supported with amplify custom resrouce?

0

I want to use cdk instead of cloud formation to add custom resources in my amplify project, but it does not prompt me for the programming language choice, and only uses typescript. Is it possible to use python or go?

JeffM
asked a year ago336 views
1 Answer
0

To add custom resources , here is the list of supported frameworks.

https://docs.aws.amazon.com/cdk/api/v1/docs/custom-resources-readme.html

But here is an example for typescript

"The AWS Cloud Development Kit (AWS CDK) is an open source software development framework to define your cloud application resources using familiar programming languages, such as Typescript"

https://docs.amplify.aws/cli/custom/cdk/

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions