Sonia Manoubi
crunchcrunch

crunchcrunch

Follow
homeDevops Back to basicsBooksAboutbadges

How to set up DynamoDB locally

May 15, 20232 min read

Do you know that can use the local version of Amazon DynamoDB to develop and test applications without having to access the DynamoDB web service?This...

How to set up DynamoDB locally

How to deploy a serverless application using Github Actions

Jan 6, 20232 min read

This article will explain how to deploy a serverless application using GitHub Actions. GitHub repository Create a new repository on GitHub, or choose...

How to deploy a serverless application using Github Actions

Simple explanation : what is the difference between Intel , AMD & ARM processors ?

Sep 16, 20223 min read

I've been working for some months on a Macbook M1, and i had to adapt in order to make some applications work on my machine, but i did not know very...

Simple explanation : what is the difference between Intel , AMD & ARM processors ?

A developer explanation about container images in Lambda

Sep 10, 20222 min read

Definition Container image support for AWS Lambda was announced back at AWS re:Invent 2020.Okay, but what exactly is container image support ? To...

A developer explanation about container images in Lambda

Lambda function URLs: deploy and test with CDK

May 26, 20223 min read

In this article, we are going to discover a new feature from AWS Lambda : function URLs. Definition A function URL is a dedicated HTTP(S) endpoint...

Lambda function URLs: deploy and test with CDK

How to integrate Typeform into your React application

Mar 1, 20222 min read

Introduction Recently, i was working with a React application and i wanted to integrate a form that i created on Typeform.This article is explaining...

How to integrate Typeform into your React application