Skip to content

PowerApps integrations with AWS

0

Hi,

We are designing a UI using PowerApps (considering cost and other factors) where we enter some details to launch a AWS service catalog. Could you please guide me if we have any method/connector to launch the AWS service catalog from PowerApps ?

asked 2 years ago2.2K views
2 Answers
0

Hello.

I did a little research on connectors, etc., but I couldn't find anything that would allow me to directly inspect the AWS Service catalog from PowerApps.
https://learn.microsoft.com/en-us/connectors/

Therefore, I think it may be possible to use the AWS Service Catalog API if you can request it using a custom connector.
https://docs.aws.amazon.com/servicecatalog/latest/dg/API_Operations_AWS_Service_Catalog.html
https://learn.microsoft.com/en-us/connectors/custom-connectors/define-blank

EXPERT
answered 2 years ago
0

Create a REST API in API Gateway: Go to the API Gateway console. Create a new API and define endpoints for launching AWS Service Catalog products.

Create Lambda Function: Create a Lambda function that calls AWS Service Catalog APIs to launch a product. Grant necessary permissions to the Lambda function.

Integrate API Gateway with Lambda: Set up API Gateway methods to trigger the Lambda function. Configure request and response mappings.

Deploy the API: Deploy the API to a stage (e.g., dev, prod).

answered 2 years 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.