Welcome to
Cloud Tech Savvy
Site that provides you insight on multiple cloud environments and guides you with hands on examples with screenshots
Latest from the Blog
NumPy Example’s
NumPy is package for scientific computing. It provides library for multidimensional array. This library can perform many mathematical operation on large set of dataset. Also helpful for sorting large dataset and performing IO operations. This python library can be using for random simulation data generator. Main NumPy object is “ndarray”. This object can be single […]
Randomizer template for Cloud formation
An old colleague of mine reached out to me for creating a random string within cloud formation. If one has not used it in past it can get tricky. I wish amazon created a function for the same but then how would I have showcased my love to SERVERLESS with this blog. I will be […]

Lambda endpoint configuration
AWS Lambda is serverless managed service. Lambda code will run without managing any server and provisioning any hardware. This post is not for Lambda feature but to Lambda Endpoint configuration. I am intend to keep that way. Endpoints are used to connect AWS service programmatically. This connection uses “AWS privatelink“. In case organization does not […]
Featured Blogs
Get new content delivered directly to your inbox.