#aws #aws_lambda #elixir #alexa #alexa_skills
Create an elixir alexa skill deployed in an aws lambda
https://medium.com/@qgadrian/create-an-elixir-alexa-skill-deployed-in-an-aws-lambda-2143b28f920e
Create an elixir alexa skill deployed in an aws lambda
https://medium.com/@qgadrian/create-an-elixir-alexa-skill-deployed-in-an-aws-lambda-2143b28f920e
Medium
Create an Elixir Alexa skill deployed in an AWS lambda
One great things of being a software developer is that is you need something you can just do it by yourself. And you can have fun while…
#elixir #ec2 #aws
Quick connect to your amazon ec2 linux instance through the command line
https://medium.com/podiihq/quick-connect-to-your-amazon-ec2-linux-instance-through-the-command-line-6c682960ef91
Quick connect to your amazon ec2 linux instance through the command line
https://medium.com/podiihq/quick-connect-to-your-amazon-ec2-linux-instance-through-the-command-line-6c682960ef91
Medium
Quick connect to your Amazon ec2 linux instance through the command line
Here are a few things you need to understand to ssh and make changes to your application. There are many disclaimers, follow best practices
#aws #elixir #kinesis
How to maximize kinesis write throughput with elixir
https://medium.com/appmonet/how-to-maximize-kinesis-write-throughput-with-elixir-6747e55d96ea
How to maximize kinesis write throughput with elixir
https://medium.com/appmonet/how-to-maximize-kinesis-write-throughput-with-elixir-6747e55d96ea
Medium
How to maximize Kinesis write throughput with Elixir
At AppMonet we help mobile app developers maximize their advertising revenue by running auctions each time an ad slot is available on…
#elixir #postgres #aws_s3 #phoenix #aws_athena
How to purge rows from tables to s3 from a elixir application using ports
https://medium.com/@marcio_lopes/how-to-purge-rows-from-tables-to-s3-from-a-elixir-application-using-ports-4d760507eae6
How to purge rows from tables to s3 from a elixir application using ports
https://medium.com/@marcio_lopes/how-to-purge-rows-from-tables-to-s3-from-a-elixir-application-using-ports-4d760507eae6
Medium
How to purge rows from tables to s3 from a Elixir application using Ports
Here in Rakuten Brazil, one of the main products that my team maintain is a Elixir system that function as a kind of Proxy that allows the…
#machine_learning #elixir #aws #image_recognition #aws_rekognition
Taking advantage of aws rekognition with elixir (ex_aws_rekognition 📦)
https://medium.com/coletiv-stories/taking-advantage-of-aws-rekognition-with-elixir-ex-aws-rekognition-4a2c31eeb579
Taking advantage of aws rekognition with elixir (ex_aws_rekognition 📦)
https://medium.com/coletiv-stories/taking-advantage-of-aws-rekognition-with-elixir-ex-aws-rekognition-4a2c31eeb579
Medium
Taking advantage of AWS Rekognition with Elixir (ex_aws_rekognition 📦)
When attending AWS Summit Madrid 2019 (#AWSSummit) we had the chance to watch the keynotes and speak with multiple companies that are…
#aws #s3 #elixir #exaws
Aws s3 in elixir with exaws
https://dev.to/alvisesus/aws-s3-in-elixir-with-exaws-4c84
Aws s3 in elixir with exaws
https://dev.to/alvisesus/aws-s3-in-elixir-with-exaws-4c84
DEV Community
AWS S3 in Elixir with ExAws
We setup the AWS account, configure ExAws, put, list, get and delete objects. Upload large files with multipart uploads, generate presigned urls and process large S3 objects on the fly.
#elixir #webdev #tutorial #aws
Deploying elixir (1 of 3): building releases with mix
https://dev.to/jonlunsford/deploying-elixir-1-of-3-building-releases-with-mix-1o4a
Deploying elixir (1 of 3): building releases with mix
https://dev.to/jonlunsford/deploying-elixir-1-of-3-building-releases-with-mix-1o4a
DEV Community
Deploying Elixir (1 of 3): Building Releases With Mix
Build elixir releases locally with Docker & Mix. First in a series of 3 posts on deploying Elixir.
#elixir #webdev #tutorial #aws
Deploying elixir (2 of 3): terraforming an aws ec2 instance
https://dev.to/jonlunsford/deploying-elixir-2-of-3-terraforming-an-aws-ec2-instance-1nh5
Deploying elixir (2 of 3): terraforming an aws ec2 instance
https://dev.to/jonlunsford/deploying-elixir-2-of-3-terraforming-an-aws-ec2-instance-1nh5
DEV Community
Deploying Elixir (2 of 3): Terraforming an AWS EC2 Instance
Prepare an EC2 instance with Terraform for elixir deployment. Second in a series of three posts on deploying Elixir.
#elixir #webdev #aws #tutorial
Deploying elixir (3 of 3): provisioning ec2 with ansible
https://dev.to/jonlunsford/deploying-elixir-3-of-3-provisioning-ec2-with-ansible-10o4
Deploying elixir (3 of 3): provisioning ec2 with ansible
https://dev.to/jonlunsford/deploying-elixir-3-of-3-provisioning-ec2-with-ansible-10o4
DEV Community
Deploying Elixir (3 of 3): Provisioning EC2 With Ansible
Provision an EC2 instance with Ansible for elixir deployment. third in a series of three posts on deploying Elixir.
#elixir #aws #backend #websockets
Using websockets with cookie-based authentication
https://dev.to/coletiv/using-websockets-with-cookie-based-authentication-fg6
Using websockets with cookie-based authentication
https://dev.to/coletiv/using-websockets-with-cookie-based-authentication-fg6
DEV Community
Using WebSockets With Cookie-Based Authentication
Before diving into the details of the problem lets first have a small recap about these two topics: W...
#aws #devops #elixir
Circleci + aws how to create ci/cd pipeline from scratch part 0 - preparation
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-0-preparation-59ni
Circleci + aws how to create ci/cd pipeline from scratch part 0 - preparation
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-0-preparation-59ni
DEV Community
CircleCI + AWS How to create CI/CD pipeline from scratch Part 0 - Preparation
Introduction In this series of posts, I'm going to show how to set up the CI/CD environmen...
#aws #devops #elixir
CircleCI + AWS How to create CI/CD pipeline from scratch Part 1 - Build and push images
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-1-build-and-push-images-511d
CircleCI + AWS How to create CI/CD pipeline from scratch Part 1 - Build and push images
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-1-build-and-push-images-511d
DEV Community
CircleCI + AWS How to create CI/CD pipeline from scratch Part 1 - Build and push images
Prepare environment for containers Create an IAM user Right after the creation...
#aws #devops #elixir
CircleCI + AWS How to create CI/CD pipeline from scratch Part 2 - Setup and update servers
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-2-setup-and-update-servers-47bl
CircleCI + AWS How to create CI/CD pipeline from scratch Part 2 - Setup and update servers
https://dev.to/evanilukhin/circleci-aws-how-to-create-ci-cd-pipeline-from-scratch-part-2-setup-and-update-servers-47bl
DEV Community
CircleCI + AWS How to create CI/CD pipeline from scratch Part 2 - Setup and update servers
After all previous steps, you've got the images that are stored inside the ECR and the script that au...
#aws #elixir #docker #ci
Deploying elixir + phoenix to aws ecs with gitlab ci and terraform
https://dev.to/hlappa/deploying-elixir-phoenix-to-aws-ecs-with-gitlab-ci-and-terraform-4plg
Deploying elixir + phoenix to aws ecs with gitlab ci and terraform
https://dev.to/hlappa/deploying-elixir-phoenix-to-aws-ecs-with-gitlab-ci-and-terraform-4plg
DEV Community 👩💻👨💻
Deploy Elixir + Phoenix to AWS ECS with GitLab CI and Terraform
On my first article we created a nice local development environment for Elixir and Phoenix with Docke...
#elixir #aws
Erlang and Elixir in AWS Lambda using Container Images (part 1)
https://bernerbits.medium.com/erlang-and-elixir-in-aws-lambda-using-container-images-part-1-b7eb9ce35a12
Erlang and Elixir in AWS Lambda using Container Images (part 1)
https://bernerbits.medium.com/erlang-and-elixir-in-aws-lambda-using-container-images-part-1-b7eb9ce35a12
Medium
Erlang and Elixir in AWS Lambda using Container Images (part 1)
#elixir #aws
An Elixir Migration to Microservices in AWS as ECS Fargate using Service Discovery to interconnect Nodes in CDK
https://towardsaws.com/an-elixir-migration-to-microservices-in-aws-as-ecs-fargate-using-service-discovery-to-interconnect-91386a48dfa1
An Elixir Migration to Microservices in AWS as ECS Fargate using Service Discovery to interconnect Nodes in CDK
https://towardsaws.com/an-elixir-migration-to-microservices-in-aws-as-ecs-fargate-using-service-discovery-to-interconnect-91386a48dfa1
Medium
An Elixir Migration to Microservices in AWS as ECS Fargate using Service Discovery to interconnect Nodes in CDK
Our load increased and we came to a point where we had to scale our umbrella application (elixir/phoenix) with two services running on a…
#elixir #absinthe #phoenix #aws
File Upload using Elixir, Phoenix, Absinthe and ExAws
https://dev.to/berviantoleo/file-upload-using-elixir-phoenix-absinthe-and-exaws-2f5l
File Upload using Elixir, Phoenix, Absinthe and ExAws
https://dev.to/berviantoleo/file-upload-using-elixir-phoenix-absinthe-and-exaws-2f5l
DEV Community
File Upload using Elixir, Phoenix, Absinthe and ExAws
Hello, I'm quite new in the elixir world. I want to write some notes so it will help me for later if...
#elixir #elasticsearch #aws #s3 #software #coding #development #engineering #inclusive #community
Elixir Streams, Elasticsearch, & AWS S3
https://dev.to/lob/elixir-streams-elasticsearch-aws-s3-2fpm
Elixir Streams, Elasticsearch, & AWS S3
https://dev.to/lob/elixir-streams-elasticsearch-aws-s3-2fpm
DEV Community 👩💻👨💻
Elixir Streams, Elasticsearch, & AWS S3
As Staff Engineer on Lob’s Address Verification team, I was recently tasked with standing up an...