© 2023 Hashnode
#serverless-framework
Serverless Framework is great tooling, however, when it comes to building more complex systems, especially an enterprise one with strict security requirements, we soon hit the wall with the first rest…
Learn, Network & Grow — that is the mantra with CodeOps started 6 years ago The Co-Founders Hari and Ganesh met 15 years after their college in a mutual friend’s wedding. They discovered common intere…
Introduction Serverless computing has emerged as a popular paradigm for building modern cloud-native applications. With serverless, developers can focus on writing code and let the cloud providers tak…
We often validate the inputs to the API after the request reaches our lambda, this is a common practice. Well, we have another way! Let’s Get Straight To The Concepts The API Gateway has a functionali…
By Rashmi Subhash Introduction In the previous blog, the basics and different use cases of the useState Hook were seen. This blog will present advanced topics, rules to follow, and avoiding mistakes w…
by Muhammad Abutahir Recently I got a chance to be a part of the organizing team for the AWS Community Day India 2022, Virtual Edition. At first, I was like “Seriously? Should I even volunteer? and fo…
By Pushkar Thakur Nowadays, many companies are turning towards cloud infrastructure. In the world of data security plays a crucial role in running the business and keeping their customer’s trust, so s…
By Uday CROS Origin Resource Sharing Web Security CORS Origin Resource Sharing, It’s every developer’s frustration once in a while in developer life with one red color tag is called “Access to fetched…
By Muhammad Abutahir Serverless Password Manager using AWS KMS and Amazon DynamoDB Part-3 This blog is independent of the previous blog, if you are looking only for data modeling with DynamoDB, you c…
So recently the Github Co-pilot was a trend in the development field, it is an amazing technology that turns your plain text comments into code, most of us know about it, and most of us have even used…