An open API service indexing awesome lists of open source software.

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

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/)