Alexa Skill Backend Lambda (includes Build, Deploy, Test, CI)
alexa-skill-tsdx-sls-aws-lambda
This is a repository template to deploy only lambda function for alexa skill by Serverless Framework .
Description
This template is pre-build template for Alexa Skill by using TSDX and Serverless Framework.
Do the first!
aws s3api --bucket YOUR_SERVICE_NAME-layers --region us-west-2 --create-bucket-configuration LocationConstraint=us-west-2
aws s3api --bucket YOUR_SERVICE_NAME-deployment --region us-west-2 --create-bucket-configuration LocationConstraint=us-west-2
Background
In Alexa Conversations. Build time takes long. So sometimes when Building model and backend code together, like ask-cli, It is a bit inconvenience.
Language
Typescript
Commands
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"watch": "tsdx test --watch",
"debug": "tsdx test --debug",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"deploy:dev": "tsdx build && sls deploy",
"deploy:prod": "tsdx build && sls deploy -s production"
Continuous Integration
This template includes a GitHub action for deployment.
Set these values as GitHub.secrets to your repository.
Reference
이 문제에 관하여(Alexa Skill Backend Lambda (includes Build, Deploy, Test, CI)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/hugtech/articles/1adc56b8c7cd5d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)