pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.33k stars 873 forks source link

Add an example of using tsconfig-paths with Lambda layers #1623

Closed cnunciato closed 3 months ago

cnunciato commented 3 months ago

Adds an example showing how to use tsconfig-paths to make locally defined Node modules work with magic Lambdas and Lambda layers. Intended to accompany the docs additions in https://github.com/pulumi/pulumi-hugo/pull/4070, as explaining exactly how to do this ended up being much too complex to include in the doc itself.

pulumi-staging[bot] commented 3 months ago

:tropical_drink: The Update for pulumi/k8s-ci-cluster/680c12e9c8a627e344b7eeff83853012cf3b9365-1742 was successful.

Resource Changes

    Name                                                          Type                                        Operation
+   multicloud                                                    pulumi-kubernetes:ci:GkeCluster             create
+   password                                                      random:index/randomPassword:RandomPassword  create
+   ephemeral-ci-cluster                                          gcp:container/cluster:Cluster               create
+   primary-node-pool                                             gcp:container/nodePool:NodePool             create
+   gke                                                           pulumi:providers:kubernetes                 create
+   k8s-ci-cluster-680c12e9c8a627e344b7eeff83853012cf3b9365-1742  pulumi:pulumi:Stack                         create
pulumi-staging[bot] commented 3 months ago

:tropical_drink: The Destroy for pulumi/k8s-ci-cluster/680c12e9c8a627e344b7eeff83853012cf3b9365-1742 was successful.

Resource Changes

    Name                                                          Type                                        Operation
-   gke                                                           pulumi:providers:kubernetes                 delete
-   primary-node-pool                                             gcp:container/nodePool:NodePool             delete
-   ephemeral-ci-cluster                                          gcp:container/cluster:Cluster               delete
-   multicloud                                                    pulumi-kubernetes:ci:GkeCluster             delete
-   password                                                      random:index/randomPassword:RandomPassword  delete
-   k8s-ci-cluster-680c12e9c8a627e344b7eeff83853012cf3b9365-1742  pulumi:pulumi:Stack                         delete
cnunciato commented 3 months ago

Turns out I won't need this after all.