-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Elasticache provider #894
Conversation
🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-894.surge.sh 🎊 |
a44edde
to
6022274
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good as far as I can judge it 👍
I've added a few suggestions to replace the usage of jq in favor of the native JMESPath query.
@@ -247,7 +253,7 @@ The old lambda provider is temporarily available in Localstack v2 using `PR | |||
| - | - | - | | |||
| `SQS_DELAY_PURGE_RETRY` | `0` (default) | Used to toggle PurgeQueueInProgress errors when making more than one PurgeQueue call within 60 seconds. | | |||
| `SQS_DELAY_RECENTLY_DELETED` | `0` (default) | Used to toggle QueueDeletedRecently errors when re-creating a queue within 60 seconds of deleting it. | | |||
| `SQS_ENDPOINT_STRATEGY`| `domain`\|`path`\|`off` | Configures the format of Queue URLs (see [SQS Queue URLs]({{< ref "sqs#queue-urls" >}})) | | |||
| `SQS_ENDPOINT_STRATEGY`| `standard` (default) \| `domain` \| `path` \| `off` | Configures the format of Queue URLs (see [SQS Queue URLs]({{< ref "sqs#queue-urls" >}})) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sneaky
86354dd
to
27afd5f
Compare
76a971f
to
e84eb85
Compare
Co-authored-by: Dominik Schubert <[email protected]>
This PR adds additional examples to illustrate the abilities of the new ElastiCache provider.