Yet another bootstrap theme.

2022-12-01
python-timestamp

Read More

2022-11-29
aws-sns-sqs

Read More

2022-11-23
software-architecture

看到還滿有趣的工具 Software architecture tools

Reference

Read More

2022-10-31
aws-api-gateway-private

最近在針對 api gateway 的部分,進行安全性的加強
有部分的 API 只希望給內部的 service 使用,就來用看看 private api gateway 的方法囉

Reference

Read More

2022-10-27
aws-lambda-sqs

Read More

2022-10-21
aws-lambda-lifecycle

記錄 lambda 的 lifecycle

Reference

Read More

2022-10-21
aws-api-gateway-waf

使用 aws api-gateway 時,前面有加一層 WAF 來進行 rate limit 是一個滿好的選擇
此篇記錄 serverless framework 加上 AWS WAF 的整合方式

Tips

Reference

同場加映

Read More

2022-10-19
apache-ab-post

用 apache ab 來打 post API 的方式

  • ab -p post_loc.txt -T application/json -H 'Authorization: Token abcd1234' -c 10 -n 2000 http://example.com/api/v1/locations/

Reference

Read More

2022-10-17
aws-redis-tutorial

最近在 survey 使用 redis 來當作 session 儲存的位置
將找到的 tutorial 加以記錄

Reference

Read More

2022-10-14
aws-tag

最近在看 aws cost 時,常會看到滿多沒有下 tag 的 aws resources
之前的習慣不好,都是手建的,就沒有下 tag
就找找看要如何查沒有下 tag 的 aws resources 囉

Reference

Read More