I've been getting more and more into analytics and ETL tools at work and have spent some time getting my head around how AWS S3, Glue and Athena all integrate to provide a serverless ETL and analytics process. I think it's really cool and so wanted to write about it
Tag: AWS
Abstract
Recently I've been working on an authentication and authorization solution for a client where they had a requirement to use Azure AD for both internal and external users while all of their application infrastructure is based in AWS. At a high-level this means that we needed to come up
Abstract
The following is a brief discussion of an approach to versioning a serverless API on the AWS stack. In this stack the typical serverless API architecture comprises an API within the API Gateway service that has endpoints connected to Lambda functions. These Lambda functions then perform different actions (i.
Recently I've been working to create a bash script that can be used to make a curl
request to AWS. Something I thought would be trivial ended up being quite fun to work on, the results of which can be seen in the bash script I've put into Github.
This
This post is a continuation of a series of posts describing how to create a custom skill for the Alexa Voice System (AVS). The posts in this series are:
1. Overview and prerequisites.
2. How to set-up your development environment.
3. How to develop a custom skill.
4. How to