-
Azure functions Photo upload function using JAVA
We will go over a working example that uploads a photo to Azure Container as a Blob. The final codebase will run to upload a photo-based on a CURL command curl -w “\n” http://localhost:7071/api/uploadSathishPhoto –data /Users/sathishjayapal/Downloads/DSCN4934.JPG High level architecture Prerequisites: Azure CLI Azure subscription NPM JAVA 8. Maven CLI Now let us see how to […]
-
Cloudformation YAML file pass parameters
We have a simple cloud formation file in a YAML format. There are couple of parameters that need to be passed to this template. We want to make sure the parameters that are being passed are based on whether it is a PROD/Test environment. Here is the sample simple S3 upload file template Now based […]
-
Avant UI | Bootstrap UI Kit
I liked the starter template for bootstrap using the Avant UI. I think this was a quick way for RAD, and instead of figuring out a layout that might fit your needs. Avant UI is a free Bootstrap UI Kit for web development— Read on www.avantui.com/ They collect minimal information and if you would like […]
-
Startup template for cloud formation
If you are looking for some good startup templates for cloud formation, I found this repository from acloud.guru website a good starting place. The templates provided gives a startup template on how to spin an EC2 instance. Of course there have to be more building blocks to it. But to kickstart for a demo or a […]
-
with Avdi, we try again at getting a lambda working – Twitch
with Avdi, we try again at getting a lambda working – Twitch — Read on m.twitch.tv/videos/421807970 This was a good lesson and catch up about TDD.