#aws
Read more stories on Hashnode
Articles with this tag
Almost every project needs authentication to serve secure user content. For most of my side projects, I prefer to pay per use for cost...
The Test we are going to create today will demonstrate adding an integration test (API test) to your serverless project. The Tech Stack: NodeJS, Jest,...
When developing serverless functions and an API on AWS cloud platform, you also create an open API definition (swagger documentation), to download the...
When developing a serverless function over AWS lambda and APIGateway, it is very useful to export the documentation as a swagger file, and create API...
My new open-source package remote-deployer includes core features to make the deployment process much easier and safer. The idea to create the...