Check Current AWS Costs within Slack (현재 AWS 요금을 Slack에서 확인)
Caution
ARM Architecture not supported yet! If you're a ARM(Mac, RaspberryPi ...) user, please try Cloud9 to deploy your slack app. (ARM 아키텍처는 아직 지원되지 않습니다. Mac, RaspberryPi 등의 ARM 기기를 사용하신다면 Cloud9을 활용하여 slack app을 배포하시기 바랍니다.)
📦aws-cost-explorer-slack-app
┣ 📂src
┃ ┣ 📂listeners
┃ ┃ ┣ 📂handlers
┃ ┃ ┃ ┗ 📜cost.py
┃ ┃ ┗ 📜commands.py
┃ ┣ 📜app.py
┃ ┗ 📜requirements.txt
┣ 📜.gitignore
┣ 📜README.md
┗ 📜template.yaml
/cost
-
Output the cumulative AWS charges for the current month in $ currency.
현재까지 누적된 이번달 AWS 요금을 $ 단위로 출력합니다.
-
-
Lambda Functions and S3 Buckets are needed to deploy a Slack App.
Slack App 배포를 위해 Lambda 함수와 S3 버킷이 사용됩니다.
-
Charges may apply based on Lambda/S3 usage in your AWS billing.
Lambda와 S3 사용량에 따라 AWS 요금이 부과될 수 있습니다.