2021
Continuous Integration (CI/CD) for a Typescript Serverless Lambda API using CircleCI
Are you getting tired of manually deploying your code to AWS after each code change? Today we're going to implement Continuous Integration for Serverless Lambda, to automate our deployments using a CI/CD pipeline, based on the Git branch we push the commit to!
2020
Configuring DynamoDb using Serverless YAML
DynamoDb is a brilliant NoSQL database from AWS. It integrates directly with the Serverless Framework, so today we're going to configure Serverless to work with DynamoDb
Creating and Deploying a NodeJS Serverless Lambda to AWS
Serverless Lambda is amazing, so today we're going to use a NodeJS template to create and deploy a new Serverless Lambda project to AWS.
Setting Up The Serverless Lambda Framework Within AWS
Serverless Lambda - I'm sure you've heard all about it and are keen to get coding some serverless functions, but before we get started, we need to configure AWS to allow us to create and deploy Serverless projects, so today we're going to cover getting setup with Serverless in AWS!
Automated Customer Service via Conversational Artificial Intelligence (AI) - Using Amazon Web Services (AWS) Connect, Lambda, DynamoDb, S3, Node.js, ReactJS, Axios & Bootstrap 4
Coding conversational artificial intelligence? Simon Gilbert explains how to build a fully automated customer service contact centre using AWS Connect, Lambda, DynamoDb, S3, Node.js, ReactJs, Axios & Bootstrap 4