Remove tag Implementation
article thumbnail

How to create and deploy a golang AWS CloudFormation custom provider in less than 5 minutes

Xebia

In this blog I will show you how to create and deploy a Golang AWS CloudFormation custom provider in less than 5 minutes using a copier template. You just implement a create, update and delete method in a Lambda and you are done. Although there is a Python library to implement this, it is unfortunately no longer supported.

AWS 130
article thumbnail

Creating an Angular Jamstack Blog

Netlify

A blog is a great place to share the inside scoop on your new features with your users or bring new eyes to your site with interesting content. Scully , the Angular Static Site Generator, makes it easier to create a blog using Markdown and the Angular framework we’re familiar with. generate a blog skeleton. Build a Blog.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How to create and deploy an AWS CloudFormation custom provider in less the 5 minutes

Xebia

In this blog I will show you how to create and deploy an AWS CloudFormation custom provider in less than 5 minutes using a Python copier template. You just implement a create, update and delete method in a Lambda and you are done. To implement your custom resource, edit the source code under./src/.

AWS 130
article thumbnail

Why you must extend Zero Trust to public cloud workloads

CIO

As organizations implement a multi-cloud strategy, deploy workloads around the globe, and increase the use of cloud computing infrastructure, the attack surface increases along with the number of potential vulnerabilities. First, the costs associated with implementing and operationalizing security controls. 8 Complexity.

Cloud 331
article thumbnail

6 Blogging Strategies to Promote Your Business

KitelyTech

Any business can benefit from a blog, but it takes the right strategy to get results. A great way to create an online presence for your business is through blogging. Unfortunately, many businesses end up abandoning their blogs altogether when they don’t receive the web traffic they expected. Identify Your Purpose.

article thumbnail

Dockerization of Java applications using Google Jib Plugin

InnovationM

Prerequisites Basic docker knowledge & commands, can go through this blog Docker-For-Beginners by InnovationM. Introduction In this blog I will guide you step-by-step how to use google jib plugin with docker. Jib is implemented in Java and runs as part of your Maven or Gradle build. What is Jib ? How to use Jib ?

article thumbnail

How to Implement Schema.org in Sitecore

Perficient

In this blog, we will be discussing Schema.org, the role of schema.org in SEO, and how to implement Schema.org in Sitecore. Like this, Schema.org can be implemented for components like Breadcrumb, Accordions, and Detail pages. In the next blog, we will discuss these components in depth. What is Schema.org?

How To 111