Skip to content

Commit b22811a

Browse files
committed
add new cover images
1 parent 8784831 commit b22811a

19 files changed

+7
-7
lines changed

content/en/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ LocalStack also provides additional features to make your life as a cloud develo
2424
## Ran into trouble?
2525

2626
We strive to make it as easy as possible for you to use LocalStack, and we are very grateful for any feedback.
27-
If you run into any issues or problems with this guide, please [submit an issue](https://github.com/localstack/docs/issues).
27+
If you run into any issues or problems with this guide, please [submit an issue](https://github.com/localstack/docs/issues).
Binary file not shown.
Loading

content/en/tutorials/elb-load-balancing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tags:
2121
- JavaScript
2222
- serverless-localstack plugin
2323
pro: true
24-
leadimage: "elb-load-balancing-featured-image.jpg"
24+
leadimage: "elb-load-balancing-featured-image.png"
2525
---
2626

2727
[Elastic Load Balancer (ELB)](https://aws.amazon.com/elasticloadbalancing/) is a service that distributes incoming application traffic across multiple targets, such as EC2 instances, containers, IP addresses, and Lambda functions. ELBs can be physical hardware or virtual software components. They accept incoming traffic and distribute it across multiple targets in one or more Availability Zones. Using ELB, you can quickly scale your load balancer to accommodate changes in traffic over time, ensuring optimal performance for your application and workloads running on the AWS infrastructure.

content/en/tutorials/java-notification-app/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tags:
2525
- Simple Notification Service
2626
- CloudFormation
2727
pro: true
28-
leadimage: "java-notification-app-featured-image.jpg"
28+
leadimage: "java-notification-app-featured-image.png"
2929
---
3030

3131
Java is a popular platform for cloud applications that use Amazon Web Services.
Loading

content/en/tutorials/lambda-ecr-container-images/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tags:
2020
- Container
2121
- Container Image
2222
pro: true
23-
leadimage: "lambda-ecr-container-images-featured-image.jpg"
23+
leadimage: "lambda-ecr-container-images-featured-image.png"
2424
---
2525

2626
[Lambda](https://aws.amazon.com/lambda/) is a powerful serverless compute system that enables you to break down your application into smaller, independent functions. These functions can be deployed as individual units within the AWS ecosystem. Lambda offers seamless integration with various AWS services and supports multiple programming languages for different runtime environments. To deploy Lambda functions programmatically, you have two options: [uploading a ZIP file containing your code and dependencies](https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-zip.html) or [packaging your code in a container image](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-images.html) and deploying it through Elastic Container Registry (ECR).

content/en/tutorials/reproducible-machine-learning-cloud-pods/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tags:
2121
- Lambda Layers
2222
- Reproducible
2323
pro: true
24-
leadimage: "reproducible-machine-learning-cloud-pods-featured-image.jpg"
24+
leadimage: "reproducible-machine-learning-cloud-pods-featured-image.png"
2525
---
2626

2727
[LocalStack Cloud Pods]({{< ref "user-guide/tools/cloud-pods" >}}) enable you to create persistent state snapshots of your LocalStack instance, which can then be versioned, shared, and restored. It allows next-generation state management and team collaboration for your local cloud development environment, which you can utilize to create persistent shareable cloud sandboxes. Cloud Pods works directly with the [LocalStack CLI]({{< ref "references/localstack-cli-manual" >}}) to save, merge, and restore snapshots of your LocalStack state. You can always tear down your LocalStack instance and restore it from a snapshot at any point in time.

content/en/tutorials/s3-static-website-terraform/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tags:
1919
- Static-Website
2020
- tflocal CLI
2121
pro: false
22-
leadimage: "s3-static-website-terraform-featured-image.jpg"
22+
leadimage: "s3-static-website-terraform-featured-image.png"
2323
---
2424

2525
[AWS Simple Storage Service (S3)](https://aws.amazon.com/s3/) is a proprietary object storage solution that can store an unlimited number of objects for many use cases. S3 is a highly scalable, durable and reliable service that we can use for various use cases: hosting a static site, handling big data analytics, managing application logs, storing web assets and much more!

content/en/tutorials/schema-evolution-glue-msk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tags:
2020
- Schema Evolution
2121
- Java
2222
pro: true
23-
leadimage: "schema-evolution-glue-msk-featured-image.jpg"
23+
leadimage: "schema-evolution-glue-msk-featured-image.png"
2424
---
2525

2626
[Apache Kafka](https://kafka.apache.org/) is an open-source distributed event store and stream-processing platform. It is used to capture data generated by producers and distribute it among its consumers. Kafka is known for its scalability, with reports of production environments scaling to [trillions of messages per day](https://engineering.linkedin.com/blog/2019/apache-kafka-trillion-messages). With [Amazon Managed Streaming for Apache Kafka (MSK)](https://aws.amazon.com/msk/), AWS provides a service to provision Apache Kafka clusters easily.
Loading

0 commit comments

Comments
 (0)