Skip to content

Commit

Permalink
describe pricing and deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
yh1224 committed May 4, 2023
1 parent a1e72a7 commit 9a9b023
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ curl -X POST https://XXXXXXXXXXXXXXXX.lambda-url.ap-northeast-1.on.aws \
-o voice.mp3
```

## 料金

以下の料金がかかります。

- [AWS Lambda](https://aws.amazon.com/jp/lambda/pricing/) (呼出回数とk処理時間に応じて)
- データ転送

## 削除

不要になったら、AWS CloudFormation に作成された AwsLambdaVoicevoxApiStack スタックを削除してください。

## 注意

- 認証には対応していません。

0 comments on commit 9a9b023

Please sign in to comment.