Skip to content

Commit

Permalink
deploy: 3e99af7
Browse files Browse the repository at this point in the history
  • Loading branch information
MEPalma committed Aug 28, 2024
1 parent dc84e5e commit c1edef0
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Extensions are managed through the LocalStack container, but stored in the Local
Using the extensions manager in our App The easiest way to manage official extensions is through our webapp and our Extension Manager App. Simply install and remove extensions from your specific LocalStack instance directly from the App.</description></item><item><title>Persistence</title><link>/user-guide/state-management/persistence/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/user-guide/state-management/persistence/</guid><description>Introduction LocalStack&amp;rsquo;s Persistence mechanism enables the saving and restoration of the entire LocalStack state, including all AWS resources and data, on your local machine. It functions as a &amp;ldquo;pause and resume&amp;rdquo; feature, allowing you to take a snapshot of your LocalStack instance and save this data to disk. This mechanism ensures a quick and efficient way to preserve and continue your work with AWS resources locally.
Configuration To start snapshot-based persistence, launch LocalStack with the configuration option PERSISTENCE=1.</description></item><item><title>Remote Debugging</title><link>/user-guide/lambda-tools/debugging/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/user-guide/lambda-tools/debugging/</guid><description>Overview This guide covers remote debugging of Lambda functions with the IDEs Visual Studio Code and IntelliJ IDEA. For a simple working example of this feature, check out Pro sample lambda-mounting-and-debugging.
More examples and tooling support for local Lambda debugging (including support for other IDEs like PyCharm) is coming soon - stay tuned!
Covered Topics Debugging Python lambdas Debugging JVM lambdas Debugging Node.js lambdas Resources Debugging Python lambdas Lambda functions debugging used to be a difficult task.</description></item><item><title>What is LocalStack</title><link>/academy/localstack-101/what-is-localstack/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/academy/localstack-101/what-is-localstack/</guid><description>In this lesson, we&amp;rsquo;ll talk about LocalStack:
Covered Topics Debugging Python lambdas Debugging JVM lambdas Debugging Node.js lambdas Lambda Debug Mode (preview) Resources Debugging Python lambdas Lambda functions debugging used to be a difficult task.</description></item><item><title>What is LocalStack</title><link>/academy/localstack-101/what-is-localstack/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/academy/localstack-101/what-is-localstack/</guid><description>In this lesson, we&amp;rsquo;ll talk about LocalStack:
The revolutionary platform that brings cloud testing to your local machine, simplifying the development process. A drop-in replacement for AWS, ships as a user-friendly Docker image, ensuring effortless installation and setup. Supports over 70 AWS services and capable of a diverse range of functionalities, including compute (Lambda, ECS, EKS), various database (DynamoDB, RDS, DocumentDB), and messaging services (SQS, Kinesis, MSK). Tackles sophisticated and exotic APIs (QLDB, Athena, Glue) and helps enhance your skill set.</description></item><item><title>Building a Java Notification app using AWS Java SDK, Simple Email Service (SES), and CloudFormation</title><link>/tutorials/java-notification-app/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/tutorials/java-notification-app/</guid><description>Java is a popular platform for cloud applications that use Amazon Web Services. With the AWS Java SDK, Java developers can build applications that work with various AWS services, like Simple Email Service (SES), Simple Queue Service (SQS), Simple Notification Service (SNS), and more. Simple Email Service (SES) is a cloud-based email-sending service that enables developers to integrate email functionality into their applications running on AWS. SES allows developers to work without an on-prem Simple Mail Transfer Protocol (SMTP) system and send bulk emails to many recipients.</description></item><item><title>Developing extensions</title><link>/user-guide/extensions/developing-extensions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/user-guide/extensions/developing-extensions/</guid><description>Introduction This section provides a brief overview of how to develop your own extensions.
Extensions API LocalStack exposes a Python API for building extensions that can be found in the core codebase in localstack.extensions.api.
The basic interface to implement is as follows:
Expand Down
Loading

0 comments on commit c1edef0

Please sign in to comment.