Skip to content
View zrierc's full-sized avatar
🍁
God in His Heaven. All's Right with The World.
🍁
God in His Heaven. All's Right with The World.
  • NERV.
  • Tokyo-3

Highlights

  • Pro
Block or Report

Block or report zrierc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mqtt-simple-pubsub mqtt-simple-pubsub Public

    Mini workshop about MQTT using AmazonMQ - Lambda Function - ReactJS.

    CSS 2

  2. reading-list-api reading-list-api Public

    Mini workshop that build and deploy a Reading List API using AWS Lambda, Amazon API Gateway, Cognito User Pool, and DynamoDB.

    TypeScript 1

  3. cloudfront-subdomain-redirection cloudfront-subdomain-redirection Public

    CloudFront Functions for redirect from subdomain to main domain with specific path.

    TypeScript

  4. Simple script for setup docker swarm... Simple script for setup docker swarm and [portainer](https://www.portainer.io/) on Amazon EC2 Instances. To set-up swarm node worker/manager, simply add tag to EC2 Instances called 'SWARM_NODE_TYPE' with 'worker', 'manager', or 'leader' as value.
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    # environment variable
    5
    AWS_ID=123456789012 # Change to your AWS ID