Skip to content

Commit

Permalink
Update templated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored and Momento GitHub Actions Bot committed Jun 17, 2024
1 parent 03d7033 commit 71387bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nodejs/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Examples include:
- [AWS Lambda - Simple Cache `get` Example](./lambda-examples/simple-get) - an example of how to use the Momento Node.js SDK to retrieve a value from a cache in an AWS Lambda function.
- [AWS Lambda - CloudWatch Metrics Example](./lambda-examples/cloudwatch-metrics) - an example of how to use Momento middleware to generate client-side metrics for interactions with the Momento cache, and publish them to a CloudWatch dashboard.
- [AWS Lambda - Advanced compression](./lambda-examples/advanced-compression) - a lambda that demonstrates how to package the `@gomomento/sdk-nodejs-compression-zstd` dependency in your lambda, if you have an advanced compression use case that requires the `zstd` extension rather than the default `@gomomento/sdk-nodejs-compression` extension.
- [AWS EventBridge - Webapp Example](./eventbridge/webapp) - an example of how to create a write-through cache pattern for DynamoDB using DynamoDB Streams, AWS EventBridge, and Momento.
- [AWS EventBridge Example](./eventbridge/webapp) - an example of how to create a write-through cache pattern for DynamoDB using DynamoDB Streams, AWS EventBridge, and Momento.
If you have questions or need help experimenting further, please reach out to us!

----------------------------------------------------------------------------------------
Expand Down

0 comments on commit 71387bf

Please sign in to comment.