sparse-intern-71089
01/25/2024, 1:17 AMbland-painting-33593
01/25/2024, 1:48 AMcreateTargetGroup
are not present. However, you can still create a target group directly using the AWS package. Below is an updated version of the program that uses aws.lb.TargetGroup
resource from the @pulumi/aws
package to create the target group, instead of using a non-existent method."bland-painting-33593
01/25/2024, 2:31 AMbillowy-army-68599
bland-painting-33593
01/25/2024, 2:29 PMbland-painting-33593
01/25/2024, 2:37 PMbillowy-army-68599
bland-painting-33593
01/25/2024, 2:39 PMbland-painting-33593
01/25/2024, 2:39 PMbillowy-army-68599
bland-painting-33593
01/25/2024, 2:40 PMbillowy-army-68599
bland-painting-33593
01/25/2024, 2:40 PMbillowy-army-68599
bland-painting-33593
01/25/2024, 2:44 PMsalmon-account-74572
01/25/2024, 4:44 PMbland-painting-33593
01/25/2024, 5:31 PMsalmon-account-74572
01/25/2024, 8:50 PMbland-painting-33593
01/25/2024, 8:56 PMgifted-gigabyte-53859
01/29/2024, 9:37 AM# <https://www.pulumi.com/registry/packages/aws-apigateway/api-docs/restapi/> <- aws 'crosswalk' provider, used to simplify creation of the apigateway
# <https://www.pulumi.com/registry/packages/aws/api-docs/apigateway/restapi/> <- aws crosswalk creates this as the underlying object (i.e. ${api_app.api})
Even now, after 2 years using this stuff, I'm still not entirely sure I understand what's going on. I suspect that the api-gateway plugin I use may not be full crosswalk? Or something?
That said, I love awsx and hope you guys continue developing it.
It makes it so incredibly simple and easy to deploy API gateway for example.
And ECS.
As an example, this is our entire frontend code:
##
# Frontend/App
# Serve the frontend from an S3 bucket, while keeping the bucket private.
api_app:
type: aws-apigateway:RestAPI
properties:
stageName: ${pulumi.stack}
routes:
# <https://www.pulumi.com/registry/packages/aws-apigateway/api-docs/restapi/#target>
- localPath: ${confFrontendCompiledFilesPath}
method: GET
path: /
Amazing.bland-painting-33593
01/30/2024, 7:22 PMbland-painting-33593
01/30/2024, 7:53 PM