pastydev / cmdict_bot

A Telegram bot returning definitions of an English word, based on cmdict.
https://t.me/cmdict_bot
GNU General Public License v3.0
0 stars 0 forks source link

Provide AWS Lambda with container image #15

Closed edxu96 closed 10 months ago

edxu96 commented 11 months ago

It's easy to use its Python runtime, but we can't download the database, as the file system is immutable. However, running everything in a container makes it possible.

edxu96 commented 10 months ago

Must use Amazon ECR, because other registries are not supported by Lambda Function. It charges a small amount of fee after one year free tier:

Screenshot 2024-01-07 at 16 57 13