I plan to set the following setting:
- Fully STATIC UI (built using AngularJS or similar)
- Server Server APIs
I want to keep my front-end in S3 and my back-end in Lambda. Since every time the lambda function is executed, I charge a fee, I do not want everyone to be able to access it directly. On the other hand, I want to save my interface only on S3, and not on the server.
How do I protect the security API from abuse or DoS?
amazon-web-services serverless-framework
khuongduybui
source share