Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
fix heading sizes
  • Loading branch information
fridaystreet authored Nov 6, 2024
1 parent ceb28c3 commit 4f6ce94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ custom:

When this flag is set, the lambda code will be mounted into the container running the function directly from your local directory instead of packaging and uploading it.

## Custom API deployment IDs
### Custom API deployment IDs
By default localstack generates random deployment ids for the API gateway which in turn get populated into the endpoint URLs. As these IDs can literally change every time you deploy (depending on your setup) This makes continual local development practically impossible in situations where you rely on consistant urls (eg the url for your api for your frontend code)

localstack provides a method to use a fixed custom id instead by passing a tag _custom_id_ to the API during creation. It has to be done during creation and it has to be on either the v2 API or the v1 RestApi.
Expand Down Expand Up @@ -233,7 +233,7 @@ resources:
```

## Hot reload
### Hot reload
To get hot-relaod up and running quickly. put the following into a script before you run sls deploy.

You need the region set to the same region you are using otherwise the bucket and ssm param can't be found by the sls deployment
Expand Down

0 comments on commit 4f6ce94

Please sign in to comment.