AWS Lambda Lecture
🍷Additional 1. Docker 'Amazon Linux + python 3....
Contents CH8 Docker Image for Lambda How to make docker image with Amazon Linux + Python 3.6 for Lambda 0. Reference GitHub: https://github.com/MareArts/lambda_buildpack.git Youtube: https://youtu.be/yJ8dNngU1-M Docker image: docker pull marearts/amazon_linux_py36...
🍷Additional 1. Docker 'Amazon Linux + python 3....
Contents CH8 Docker Image for Lambda How to make docker image with Amazon Linux + Python 3.6 for Lambda 0. Reference GitHub: https://github.com/MareArts/lambda_buildpack.git Youtube: https://youtu.be/yJ8dNngU1-M Docker image: docker pull marearts/amazon_linux_py36...
🥤7. Lambda + Deep Learning
Contents CH7 Deep Learning Pipeline with Lambda Pipeline Architecture Pipeline A Pipeline B 0. Pipe Line introduction Pipeline A vs Pipeline B 1. MNIST & Deep learning Deep Learning using...
🥤7. Lambda + Deep Learning
Contents CH7 Deep Learning Pipeline with Lambda Pipeline Architecture Pipeline A Pipeline B 0. Pipe Line introduction Pipeline A vs Pipeline B 1. MNIST & Deep learning Deep Learning using...
🏋️6. OpenCV + Lambda Thumbnail project
Contents CH6 Final Project - Complete Image Processing System 1. Api Gateway + Lambda Create data acquisition Lambda Create POST api-gateway Save image to S3 bucket 2. Thumbnail Lambda...
🏋️6. OpenCV + Lambda Thumbnail project
Contents CH6 Final Project - Complete Image Processing System 1. Api Gateway + Lambda Create data acquisition Lambda Create POST api-gateway Save image to S3 bucket 2. Thumbnail Lambda...
🌁5. Lambda + DyanmoDB
Contents CH5 DynamoDB What is DynamoDB? No SQL No schema Easy, Simple and powerful What is NoSQL? | Nonrelational Databases, Flexible Schema Data Models | AWS 1. Create DynamoDB...
🌁5. Lambda + DyanmoDB
Contents CH5 DynamoDB What is DynamoDB? No SQL No schema Easy, Simple and powerful What is NoSQL? | Nonrelational Databases, Flexible Schema Data Models | AWS 1. Create DynamoDB...
🌉 4. API Gateway + Lambda
Contents CH4 API Gateway + Lambda 1. Create Api Gateway Create lambda Create Resource and method in Api gateway Test API by Postman Download: https://www.getpostman.com/pricing 2. API Gateway +...
🌉 4. API Gateway + Lambda
Contents CH4 API Gateway + Lambda 1. Create Api Gateway Create lambda Create Resource and method in Api gateway Test API by Postman Download: https://www.getpostman.com/pricing 2. API Gateway +...
🏠 3. S3 Bucket + Lambda
Contents CH3 S3 + Lambda 1. S3 + Lambda Make access key Set key in lambda Create new bucket Test upload, download file from S3 bucket s3_client = boto3.client( 's3',...
🏠 3. S3 Bucket + Lambda
Contents CH3 S3 + Lambda 1. S3 + Lambda Make access key Set key in lambda Create new bucket Test upload, download file from S3 bucket s3_client = boto3.client( 's3',...