Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Add documentation for using CallbackFunction with Layers (#4070)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Mar 21, 2024
1 parent 05bd4d6 commit 5d8372d
Show file tree
Hide file tree
Showing 11 changed files with 381 additions and 192 deletions.
4 changes: 1 addition & 3 deletions themes/default/content/docs/clouds/aws/guides/api-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ aliases:
- /docs/guides/crosswalk/aws/api-gateway/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

[Amazon API Gateway](https://aws.amazon.com/api-gateway/) is a fully managed service for creating, monitoring, and
securing APIs at scale. It acts as a "front door" for REST and WebSocket applications that use backend services,
Expand Down
4 changes: 1 addition & 3 deletions themes/default/content/docs/clouds/aws/guides/autoscaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ aliases:
- /docs/guides/crosswalk/aws/autoscaling/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

[AWS Auto Scaling](https://aws.amazon.com/autoscaling) monitors your applications and automatically adjusts capacity to
maintain steady, predictable performance at the lowest possible cost. Using AWS Auto Scaling, it’s easy to setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ aliases:
- /docs/guides/crosswalk/aws/aws-index-of-services/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

Pulumi Crosswalk for AWS supports all AWS services, not just those with dedicated articles in this User Guide.
This includes services like DynamoDB, EC2, S3, and RDS, to name a few, and includes support for all of their features.
Expand Down
4 changes: 1 addition & 3 deletions themes/default/content/docs/clouds/aws/guides/cloudwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ aliases:
- /docs/guides/crosswalk/aws/cloudwatch/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

[Amazon CloudWatch](https://aws.amazon.com/cloudwatch/) is a monitoring and management service built for developers,
system operators, site reliability engineers (SRE), and IT managers. AWS CloudWatch provides data and actionable insights
Expand Down
4 changes: 1 addition & 3 deletions themes/default/content/docs/clouds/aws/guides/ecr.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ aliases:
- /docs/guides/crosswalk/aws/ecr/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

[Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/) is a managed Docker container registry that
makes it easy to store, manage, and deploy Docker container images. ECR supports private Docker registries with
Expand Down
4 changes: 1 addition & 3 deletions themes/default/content/docs/clouds/aws/guides/ecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ aliases:
- /docs/guides/crosswalk/aws/ecs/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

[Amazon Elastic Container Service (Amazon ECS)](https://aws.amazon.com/ecs) is a scalable, high-performance container
orchestration service that supports Docker containers and allows you to easily run and scale containerized applications
Expand Down
4 changes: 1 addition & 3 deletions themes/default/content/docs/clouds/aws/guides/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ aliases:
- /docs/guides/crosswalk/aws/eks/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

[Amazon Elastic Kubernetes Service (Amazon EKS)](https://aws.amazon.com/eks) makes it easy to deploy,
manage, and scale containerized applications using Kubernetes on AWS. Amazon EKS runs the Kubernetes management
Expand Down
4 changes: 1 addition & 3 deletions themes/default/content/docs/clouds/aws/guides/elb.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ aliases:
- /docs/guides/crosswalk/aws/elb/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

[Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/) (ELB) automatically distributes incoming
application traffic across multiple targets, such as Amazon EC2 instances, containers, IP addresses, and Lambda
Expand Down
534 changes: 369 additions & 165 deletions themes/default/content/docs/clouds/aws/guides/lambda.md

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions themes/default/content/docs/clouds/aws/guides/vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ aliases:
- /docs/guides/crosswalk/aws/vpc/
---

<a href="./">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" align="right" width="280" style="margin: 0 0 32px 16px;">
</a>
{{< crosswalk-header >}}

[Amazon Virtual Private Cloud (Amazon VPC)](https://aws.amazon.com/vpc) lets you provision a logically isolated section
of the AWS Cloud where you can launch AWS resources in a virtual network that you define. You have complete control
Expand Down
3 changes: 3 additions & 0 deletions themes/default/layouts/shortcodes/crosswalk-header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<a href="/docs/clouds/aws/guides/" class="block sm:float-right">
<img src="/images/docs/reference/crosswalk/aws/logo.svg" class="mb-4 md:ml-4 w-64">
</a>

0 comments on commit 5d8372d

Please sign in to comment.