https://github.com/shgtkshruch/amazon-connect-holiday-lambda
AWS Lambda to create a holiday calendar functionality within Amazon Connect
https://github.com/shgtkshruch/amazon-connect-holiday-lambda
amazon-connect aws-sam lambda
Last synced: 3 months ago
JSON representation
AWS Lambda to create a holiday calendar functionality within Amazon Connect
- Host: GitHub
- URL: https://github.com/shgtkshruch/amazon-connect-holiday-lambda
- Owner: shgtkshruch
- Created: 2021-03-28T02:16:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T04:16:59.000Z (over 4 years ago)
- Last Synced: 2025-03-22T01:14:33.620Z (7 months ago)
- Topics: amazon-connect, aws-sam, lambda
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Connect Holiday Lambda Function
AWS Lambda to create a holiday calendar functionality within Amazon Connect.## Install
AWS SAM CLI using Homebrew.
```sh
$ brew tap aws/tap
$ brew install aws-sam-cli
```Verify the installation.
```sh
$ sam --version
SAM CLI, version 1.21.1
```ref: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install-mac.html
## Referecnes
- [Create a holiday calendar in Amazon Connect - AWS Contact Center](https://aws.amazon.com/jp/blogs/contact-center/create-a-holiday-calendar-in-amazon-connect/)
- [Invoke AWS Lambda functions - Amazon Connect](https://docs.aws.amazon.com/connect/latest/adminguide/connect-lambda-functions.html)
- [[Amazon Connect 拡張] オペレーション時間に祝日等を追加してみる - DevelopersIO](https://dev.classmethod.jp/articles/amazon-connect-extended-operation/)
- [Using container image support for AWS Lambda with AWS SAM - AWS Compute Blog](https://aws.amazon.com/jp/blogs/compute/using-container-image-support-for-aws-lambda-with-aws-sam/)