Skip to content
View rswift's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»
Block or Report

Block or report rswift

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
rswift/README.md

Hi there πŸ‘‹

Pinned

  1. lobular-doodle lobular-doodle Public

    A more involved gist...

    HCL

  2. AWS Lambda function to log salient d... AWS Lambda function to log salient details then exit...
    1
    import logging
    2
    import os
    3
    
                  
    4
    log_level = os.environ['LOG_LEVEL'] if 'LOG_LEVEL' in os.environ else 'INFO'
    5
    logging_levels = {"DEBUG": logging.DEBUG, "INFO": logging.INFO, "WARNING": logging.WARNING, "ERROR": logging.ERROR, "CRITICAL": logging.CRITICAL} # https://docs.python.org/3/library/logging.html#levels
  3. musical-octo-enigma musical-octo-enigma Public

    SSH no SSH...

    HCL

  4. naked-go naked-go Public

    Exploring a Go AWS Lambda function running from a scratch container

    Go

  5. laughing-garbanzo laughing-garbanzo Public

    Exploring AWS IAM Roles Anywhere

    Shell