You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2026. It is now read-only.
Then cloudwatch tools to get logs.
Maybe some ECS list and log tools also?
Maybe also list running EC2
Any cost analysis APIs
Do research.
Remember we want to use native fetch in general instead of too many libraries.
However we may need to install some aws sdk libraries to keep the code clean. Use v3 of the JavaScript library.
Remove all unnecessary tools.
Instead:
List lambda functions
Execute lambda functions
Then cloudwatch tools to get logs.
Maybe some ECS list and log tools also?
Maybe also list running EC2
Any cost analysis APIs
Do research.
Remember we want to use native fetch in general instead of too many libraries.
However we may need to install some aws sdk libraries to keep the code clean. Use v3 of the JavaScript library.
Make it production ready.
Write tests etc.