- Newest
- Most votes
- Most comments
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
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).
Relevant content
- asked 3 years ago
- asked 2 years ago
