Pinned Repositories
apigateway-websockets
Python version of Paul Chin Jr's demo repo from ServerlessConf NYC 2019, simple chat app for now.
chkmd
Reports on quality of embedded metadata for media assets to be imported.
perl-http-randomaccess
Replacement for File::RandomAccess that reads from HTTP using byte ranges, to let exiftool read from S3
PloneConf2017-second-skin-diazo
Code from the PloneConf2017 talk: diazo, tools, etc, minus client's proprietary theme and such
s3-presigned-url-headers-vs-us-east-1
S3 presigned URLs need matching headers set in the URL and the PUT, but us-east-1 allows what other regions do not
scaffold-serverless
A scaffold for serverless projects with test runner, multiple stages, CI/CD, doc creation
scale-to-zero
Almost Serverless: Scale to Zero with App Runner and Aurora Postgres for a Wagtail/Django CMS
serverless-stepfunctions-callback
Demo of how to use callback pattern within lambda to restart a state machine after some external process completes
stepfunctions-parallel-error
Demo how to handle errors generated by Parallel tasks with AWS Step Functions
web-mp-upload-with-sts-creds
Get STS credentials from Lambda so web UI can do multipart upload to S3
V! Studios's Repositories
v-studios/scaffold-serverless
A scaffold for serverless projects with test runner, multiple stages, CI/CD, doc creation
v-studios/serverless-stepfunctions-callback
Demo of how to use callback pattern within lambda to restart a state machine after some external process completes
v-studios/scale-to-zero
Almost Serverless: Scale to Zero with App Runner and Aurora Postgres for a Wagtail/Django CMS
v-studios/apigateway-websockets
Python version of Paul Chin Jr's demo repo from ServerlessConf NYC 2019, simple chat app for now.
v-studios/chkmd
Reports on quality of embedded metadata for media assets to be imported.
v-studios/PloneConf2017-second-skin-diazo
Code from the PloneConf2017 talk: diazo, tools, etc, minus client's proprietary theme and such
v-studios/s3-presigned-url-headers-vs-us-east-1
S3 presigned URLs need matching headers set in the URL and the PUT, but us-east-1 allows what other regions do not
v-studios/stepfunctions-parallel-error
Demo how to handle errors generated by Parallel tasks with AWS Step Functions
v-studios/web-mp-upload-with-sts-creds
Get STS credentials from Lambda so web UI can do multipart upload to S3
v-studios/bamboodocker
testing bamboo creating docker containers
v-studios/mount-s3_vs_cfn-init_bug_hangs
FIXED 2023-09-01. mount-s3 is great, but the operation hangs when CloudFormation cfn-init invokes it, even though the mount succeeds
v-studios/ocr-textract-tesseract
Examples of using textract (and later, tesseract so we can compare)
v-studios/perl-http-randomaccess
Replacement for File::RandomAccess that reads from HTTP using byte ranges, to let exiftool read from S3
v-studios/pytessapi
Testing out Python Tesseract API with tesserocr
v-studios/sls_in_docker
Deploy serverless apps to AWS from with a Docker Container (for when CI/CD doesn't have node)
v-studios/TestFinchStageRegion
Debugging Finch's resolution of 'region'
v-studios/Wagtail-Generate-Slug-Title
Use model and form to compute Slug and Title for Wagtail Pages
v-studios/apig-cognito
Control Access to a REST API Using Amazon Cognito User Pools as Authorizer.
v-studios/awacs
Python library for AWS Access Policy Language creation
v-studios/aws-cloudsearch-exactly-suggestive
Sample code for AWS CloudSearch to get exact matches and human-friendly suggestions, e.g., for image gallery album names.
v-studios/BitbucketJenkins
Have Bitbucket trigger Jenkins builds using Atlassian plugin for Jenkins
v-studios/eva-workflow-stepfunctions-demo
Demo using AWS Step Functions to automate complex EVA Workflow
v-studios/lambda-daemon-python
Sample Pyhon-based Lambda that runs a service as a daemon and queries it from the event handler
v-studios/lambda-video-thumb
Use ffmpeg on Lambda to produce thumbnail JPG images from a video at a URL (e.g., S3)
v-studios/LambdaVision
Vision recognition with trained ImageNet dataset on Lambda using Serverless Framework
v-studios/leankit-jira-migrate
Leankit exports Cards but not Tasks or Comments; use API to get these
v-studios/ocr-regions
Parse structured data from form fields using OCR on regions
v-studios/serverless-stepfunctions
Recreate the AWS Step Functions example with the Serverless Framework and Python
v-studios/sls-apig-lambda-binary
Serverless framework with API Gateway to Lambda with binary input and output
v-studios/wagtail-imageuploadwidget