The goal of this tutorial is to return a “Hello World” if you connect and authenticate successfully to our 100% serverless application. You will discover in this article how to take advantage of AWS Cognito, deploy an API Gateway and a few lambda functions through the serverless.com framework. Installation The first step is to install Serverless, Python3 & Boto3 (to allow use of Cognito with Python), Postman, and...
Building public cloud High Performance Computing (HPC) environments that require fast parallel file system access hasn’t always been easy. While it’s a relatively simple task to spin up hundreds or even thousands of instances in AWS, if they all have to share the same data - as is generally the case in HPC -standard file serving solutions such as AWS...