aws s3

How to setup VPC Flow logs to S3 

Reading Time: 4 minutes Hello Readers! This blog will show how to set up VPC flow logs to S3 and CloudWatch. So, let’s see what are VPC flow logs and how to set up VPC flow logs. We can view flow logs through S3 and there are also other options like AWS Cloudwatch log groups. These flow logs play a very significant role in debugging flows also. What are Continue Reading

young business people working with digital tablet while discussing together in conference room

Using Serverless To Save Up To Weeks Of Development Time

Reading Time: 3 minutes In this article, we will talk about how we will be using serverless to save up to weeks of development time. To demonstrate this, we will be taking an example of a RESTful service which is pretty standard and many projects spend weeks of development time in early stages of the project to set it up. If you take a look at the above diagram, Continue Reading

aws

How to host your own static website using AWS S3 bucket

Reading Time: 5 minutes Introduction Hi everyone! Today in this blog we’re going to discuss how you can host a static website using an AWS S3 bucket. Static and Dynamic website First of all, before hoping on AWS S3, you might be wondering what is the difference between a static and a dynamic website. Well, a static website is usually written in HTML using CSS and JavaScript. In a Continue Reading

Stream a file to AWS S3 using Akka Streams (via Alpakka) in Play Framework

Reading Time: 5 minutes In this blog post we’ll see how a file can be streamed from a client (eg: browser) to Amazon S3 (AWS S3) using Alpakka’s AWS S3 connector. Aplakka provides various Akka Stream connectors, integration patterns and data transformations for integration use cases. The example in this blog post uses Play Framework to provide a user interface to submit a file from a web page directly to Continue Reading