Pinned Repositories
amplify-pollCounter
A rewrite of the Serverless Voting App, this time using Amplify to manage the configuration and deployment of AWS resources.
askjames-s3uploader
A very simple Vue.JS project showing how to upload files from a web browser to an S3 bucket.
askJames-serverlessCrawler
A naive serverless web crawler using Lambda and DynamoDB.
aws-serverless-form-handler
Serverless Form Handler - accepts a form submission from a webpage, saving the data to a DynamoDB table and sending an email via SES.
eventbridge-sam-example
A simple example using SAM to create two Lambda functions communicating via EventBridge.
reinvent-svs214
Example code used in re:Invent session SVS214, presented in December 2019.
s3-to-lambda
Code examples for the S3-to-Lambda Compute Blog series. Questions? @jbesw
sar-s3-serverless-uploader
SAR app that creates a Lambda function and S3 bucket to allow web applications to upload JPG files without a webserver.
jbesw's Repositories
jbesw/askjames-s3uploader
A very simple Vue.JS project showing how to upload files from a web browser to an S3 bucket.
jbesw/s3-to-lambda
Code examples for the S3-to-Lambda Compute Blog series. Questions? @jbesw
jbesw/askJames-serverlessCrawler
A naive serverless web crawler using Lambda and DynamoDB.
jbesw/aws-serverless-form-handler
Serverless Form Handler - accepts a form submission from a webpage, saving the data to a DynamoDB table and sending an email via SES.
jbesw/eventbridge-sam-example
A simple example using SAM to create two Lambda functions communicating via EventBridge.
jbesw/sar-s3-serverless-uploader
SAR app that creates a Lambda function and S3 bucket to allow web applications to upload JPG files without a webserver.
jbesw/reinvent-svs214
Example code used in re:Invent session SVS214, presented in December 2019.
jbesw/amplify-pollCounter
A rewrite of the Serverless Voting App, this time using Amplify to manage the configuration and deployment of AWS resources.
jbesw/askjames-likeTweets
A Twitter bot that uses AWS Comprehend to like positive tweets.
jbesw/askJames-securityHeaders
Very simple Lambda@Edge function to add security headers to a CloudFront distribution
jbesw/docx-to-html
Convert a DOCX file to HTML for easy importing into WordPress.
jbesw/csv-to-tab
jbesw/vue-pdfjs-demo
A demo PDF viewer implemented with Vue and PDF.js