serverless
Serverless Security - Cognito Misconfigurations
Serverless technology comes with great security by default, but security still needs baking in like any other piece of software. In this article I look into some possible misconfigurations you can do with Cognito that can spell trouble for your web application.
Exploring Advanced Logging Controls for AWS Lambda
AWS recently released some new advanced logging controls for the AWS Lambda service. These allow functions to log in JSON format natively, as well as offering native log level support and options for the log group to use.
Building with AWS OpenSearch Serverless
Recently Amazon OpenSearch Serverless was announced that allows the use of the same service but will automatically scale and where you pay for the resources consumed, this is split over the cost of Compute and cost of Storage.
Serverless Event Driven AI as a Service
Machine Learning can be intimidating and unapproachable, but with AWS you have access to many services where no ML experience is required. With these you can analyse images, text, video, perform translation and more.
Detecting Web Application Regression with PhantomJS
PhantomJS is a tool that should be considered for this regression checking, with only simple simple scripting it can be put into your Continuous Integration system and you have a way of catching regression early and before it goes for QA.