2021-12-14
aws-quicksight

將資料餵到 athena 後,需要有一個地方可以看報表資料,在 AWS 上的 BI 是建議使用 QuickSight,就來試試看囉

Reference

Read More

2021-12-10
aws-data-wrangler

在使用 aws data-wrangler 的過程中,覺得這個 package 還滿好趣的,將看到的資料加以收集

在 cmd 中使用 aws data wrangler 的注意事項

目前有用到,覺得重要的 aws-data-wrangler tutorials 文章

Reference

Read More

2021-12-09
aws-s3-parquet

Read More

2021-12-07
aws-kms-terraform

記錄一下,目前使用 kms 的方式,主要是 ksm 要如何設定 policy 較為適合

Reference

Read More

2021-12-04
aws-ecs-python

Read More

2021-12-02
aws-ecs-fargate

列一下,嘗試使用 AWS ECS 跑 fargate 的搜尋資料

Reference

Read More

2021-12-02
aws-step-function-terraform

在 deploy aws 架構時,使用 terraform 是滿好的 IaC 方式,在這次的 project 中,想嘗試看看
因為這次嘗試的 aws service 較多,用 terraform 的方式,是屬於 deploy 進階部分,先將 google 到的資料記錄起來

待完成目前的 job 後,再來看看如何自動化

Reference

待完成目前的 job 後,再來看看如何自動化

Reference

Read More

2021-12-01
aws-s3-trigger-step-function

Read More

2021-11-19
serverless-step-function

最近工作上需要用到 step function,趁此機會來試試這一個 plugin 如何使用

Reference

Read More

2021-11-19
aws-api-gateway-share

在使用 api gateway 搭配 lambda 的情形中,常會遇到前端用同一組 custom domain name,不過後端需要介接不同的 serverless lambda project
目前我的作法是將 ApiGatewayRestApi & RootResourceId share 出來,提供給不同的 lambda project 使用

Reference

Read More