Skip to content

Commit

Permalink
Merge branch 'main' into release/change-request-items
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrickson-tyler committed Aug 18, 2024
2 parents c1bfd36 + 3b3a1f0 commit 7c496f5
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 56 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# C3 for Amazon Connect

[![CodeQL](https://github.com/customer-dynamics/c3-amazon-connect/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/customer-dynamics/c3-amazon-connect/actions/workflows/codeql.yml)

**💰 Contact Center Commerce. Simplified for Amazon Connect.**

C3 for Amazon Connect is a collection of AWS resources to help you collect payments over the phone with Amazon Connect using [C3 Payment](https://www.customerdynamics.com/c3-payment).
Expand Down
111 changes: 70 additions & 41 deletions lib/lambda/c3-tokenize-transaction/package-lock.json

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

24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"prepare": "husky"
},
"devDependencies": {
"@semantic-release/github": "^10.1.4",
"@semantic-release/github": "^10.1.6",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/jest": "^29.5.12",
"@types/node": "20.14.15",
"aws-cdk": "2.151.0",
"aws-cdk": "2.152.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"husky": "^9.1.4",
"jest": "^29.7.0",
Expand All @@ -36,7 +36,7 @@
"typescript": "~5.5.4"
},
"dependencies": {
"aws-cdk-lib": "2.151.0",
"aws-cdk-lib": "2.152.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
Expand Down

0 comments on commit 7c496f5

Please sign in to comment.