Software Development

Google Cloud App Engine

What is App Engine? App Engine is a platform for building scalable web applications and mobile backends. It allows you to concentrate on innovating your applications by managing the application infrastructure for you. For example, App Engine manages the hardware and networking infrastructure required to run your code. What are the benefits of App Engine?[…]

Google Cloud Containers and Kubernetes Engine

What are containers? Containers are packages of software that contain all of the necessary elements to run in any environment. In this way, containers virtualize the operating system and run anywhere, from a private data center to the public cloud or even on a developer’s personal laptop. Containerization allows our development teams to move fast,[…]

VPC Endpoint : Creating S3 VPC endpoint connection with a Lambda function.

Amazon Virtual Private Cloud (Amazon VPC) enables you to launch Amazon Web Services (AWS) resources into a virtual network that you’ve defined. This virtual network resembles a traditional network that you’d operate in your own data center. A VPC endpoint allows you to privately connect your VPC to supported AWS services. It also doesn’t require an internet gateway,[…]

Scroll to top