Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ In particular, the setup consists of the following two steps.
1. Installing and configuring the [Serverless-LocalStack plugin](https://github.com/localstack/serverless-localstack).
2. Adjusting AWS endpoints in Lambda functions.

{{< callout "note" >}}
Currently, the Serverless Framework integration with LocalStack via the `serverless-localstack` plugin only provides support up to Serverless Framework version 3.39.
Serverless Framework V4 requires a subscription and a license to use.

The `serverless-localstack` plugin has not been updated or tested against version 4 of the Serverless Framework, and breaking changes are expected if attempted.
Currently there is no timeline on when an update will be released to enable compatibility with Serverless Framework V4.
{{< /callout >}}

## Prerequisites

This guide assumes that you have the following tools installed.
Expand Down
Loading