You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/athena/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ s3://mybucket/prefix/temp/
209
209
You can configure the Athena service in LocalStack with various clients, such as [PyAthena](https://github.com/laughingman7743/PyAthena/), [awswrangler](https://github.com/aws/aws-sdk-pandas), among others!
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/lambda/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ In the old Lambda provider, you could create a function with any arbitrary strin
59
59
60
60
To invoke the Lambda function, you can use the [`Invoke` API](https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html). Run the following command to invoke the function:
The S3 Docker image only supports the S3 APIs and does not include other services like Lambda, DynamoDB, etc. You can run the S3 Docker image using any of the following commands:
Copy file name to clipboardExpand all lines: content/en/user-guide/state-management/cloud-pods/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ To automatically load a Cloud Pod at startup, utilize the `AUTO_LOAD_POD` [confi
250
250
251
251
`AUTO_LOAD_POD` can accept multiple Cloud Pod names separated by commas. To autoload multiple Cloud Pods, such as `foo-pod` and `bar-pod`, use: `AUTO_LOAD_POD=foo-pod,bar-pod`. The order of Cloud Pods in `AUTO_LOAD_POD` dictates their loading sequence. When autoloading multiple Cloud Pods, later pods might overwrite the state of earlier ones if they share the same service, account, and region.
Copy file name to clipboardExpand all lines: content/en/user-guide/state-management/persistence/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ LocalStack's Persistence mechanism enables the saving and restoration of the ent
17
17
18
18
To start snapshot-based persistence, launch LocalStack with the configuration option `PERSISTENCE=1`. This setting instructs LocalStack to save all AWS resources and their respective application states into the LocalStack Volume Directory. Upon restarting LocalStack, you'll be able to resume your activities exactly where you left off.
0 commit comments