Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents 48b5712 + 4b0c357 commit a282057
Show file tree
Hide file tree
Showing 117 changed files with 7,914 additions and 1,648 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,33 @@ jobs:
template_file: ./examples/nodejs/aws/README.template.md
output_file: ./examples/nodejs/aws/README.md

- name: Verify README generation for examples/nodejs/aws/eventbridge
uses: momentohq/standards-and-practices/github-actions/oss-readme-template@gh-actions-v2
with:
project_status: official
project_stability: stable
project_type: other
template_file: ./examples/nodejs/aws/eventbridge/README.template.md
output_file: ./examples/nodejs/aws/eventbridge/README.md

- name: Verify README generation for examples/nodejs/aws/eventbridge/webapp
uses: momentohq/standards-and-practices/github-actions/oss-readme-template@gh-actions-v2
with:
project_status: official
project_stability: stable
project_type: other
template_file: ./examples/nodejs/aws/eventbridge/webapp/README.template.md
output_file: ./examples/nodejs/aws/eventbridge/webapp/README.md

- name: Verify README generation for examples/nodejs/aws/eventbridge/cliApp
uses: momentohq/standards-and-practices/github-actions/oss-readme-template@gh-actions-v2
with:
project_status: official
project_stability: stable
project_type: other
template_file: ./examples/nodejs/aws/eventbridge/cliApp/README.template.md
output_file: ./examples/nodejs/aws/eventbridge/cliApp/README.md

- name: Verify README generation for examples/nodejs/aws/secrets-manager
uses: momentohq/standards-and-practices/github-actions/oss-readme-template@gh-actions-v2
with:
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/on-push-to-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,33 @@ jobs:
template_file: ./examples/nodejs/aws/secrets-manager/README.template.md
output_file: ./examples/nodejs/aws/secrets-manager/README.md

- name: Generate README for examples/nodejs/aws/eventbridge
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2
with:
project_status: official
project_stability: stable
project_type: other
template_file: ./examples/nodejs/aws/eventbridge/README.template.md
output_file: ./examples/nodejs/aws/eventbridge/README.md

- name: Generate README for examples/nodejs/aws/eventbridge/webapp
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2
with:
project_status: official
project_stability: stable
project_type: other
template_file: ./examples/nodejs/aws/eventbridge/webapp/README.template.md
output_file: ./examples/nodejs/aws/eventbridge/webapp/README.md

- name: Generate README for examples/nodejs/aws/eventbridge/cliApp
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2
with:
project_status: official
project_stability: stable
project_type: other
template_file: ./examples/nodejs/aws/eventbridge/cliApp/README.template.md
output_file: ./examples/nodejs/aws/eventbridge/cliApp/README.md

- name: Generate README for examples/nodejs/aws/lambda-examples
uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
.node-version
*.tgz
!.vscode/*code-workspace
.env
30 changes: 15 additions & 15 deletions examples/cloudflare-workers/web-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/cloudflare-workers/web-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@gomomento/sdk-core": "^1.40.0",
"@gomomento/sdk-web": "^1.87.0",
"@gomomento/sdk-web": "^1.89.1",
"xhr4sw": "^0.0.5"
}
}
1 change: 1 addition & 0 deletions examples/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This directory contains several subdirectories with different types of example p
- [Access Control](./access-control) - How to implement access control using Momento API keys
- [AWS Secrets Manager](./aws/secrets-manager) - How to retrieve a Momento API key stored as a secret in AWS Secrets Manager and use it to create a cache
- [AWS Lambda Examples](./aws/lambda-examples) - How to use the Momento Node.js SDK in AWS Lambda functions
- [AWS EventBridge Example](./aws/eventbridge) - Demo app illustrating how to build a write-through cache for DynamoDB using DDB Streams, EventBridge, and Momento
- [Load Generator](./load-gen) - An example load generator for observing Momento performance
- [Observability](./observability) - How to configure logging, metrics and traces
- [MongoDB + Momento Cache Read-aside Example](./mongodb-examples/simple-read-aside) - A simple example of using Momento Cache as a read-aside cache for simple MongoDB calls
Expand Down
1 change: 1 addition & 0 deletions examples/nodejs/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This directory contains several subdirectories with different types of example p
- [Access Control](./access-control) - How to implement access control using Momento API keys
- [AWS Secrets Manager](./aws/secrets-manager) - How to retrieve a Momento API key stored as a secret in AWS Secrets Manager and use it to create a cache
- [AWS Lambda Examples](./aws/lambda-examples) - How to use the Momento Node.js SDK in AWS Lambda functions
- [AWS EventBridge Example](./aws/eventbridge) - Demo app illustrating how to build a write-through cache for DynamoDB using DDB Streams, EventBridge, and Momento
- [Load Generator](./load-gen) - An example load generator for observing Momento performance
- [Observability](./observability) - How to configure logging, metrics and traces
- [MongoDB + Momento Cache Read-aside Example](./mongodb-examples/simple-read-aside) - A simple example of using Momento Cache as a read-aside cache for simple MongoDB calls
Expand Down
101 changes: 52 additions & 49 deletions examples/nodejs/access-control/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/nodejs/access-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@gomomento/sdk": "^1.87.0",
"@gomomento/sdk": "^1.89.1",
"uuidv4": "6.2.13"
}
}
Loading

0 comments on commit a282057

Please sign in to comment.