How can I get the URL of API endpoint that was created ? #23461
Unanswered
DeerajTheepshi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
How to get the URL will differ depending on which exact constructs you are using.
I'm not sure what exactly your use case is - but a simple solution that comes to mind is having a shell script which runs the CDK deploy, then makes the POST call using the value returned from the CfnOutput? Or do you want the POST call to happen during deployment but after the service is created? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a API Gateway for my service. Once the service is deployed through CDK, I want to register the URL of the API to another service by making a POST call. What is the best way to do this ? How to get the URL and where to make the POST call ?
Beta Was this translation helpful? Give feedback.
All reactions