Skip to content
View khadersyed's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report khadersyed

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
khadersyed/README.md
  • 👋 Hi, I’m @khadersyed
  • 👀 I care deeply about building a culture centered around people, automation, and intentional collaboration
  • 🌱 I’m currently working on product design, core engineering, designing, and building resilient systems
  • 💬 Talk to me about mechanical keyboards ⌨, software automation, poetry and art
  • 💞️ I’m looking to collaborate on open source projects
  • 📫 Reach me on (Mas)todon

Pinned

  1. rust_playground rust_playground Public

    A place for me to dabble in Rust

    Rust 1

  2. Lambda Function to use as authentica... Lambda Function to use as authentication provider with user management from Secret Manager for Transfer Family.
    1
    # This code is part of Transfer Family Tutorial: https://aws.amazon.com/blogs/storage/enable-password-authentication-for-aws-transfer-family-using-aws-secrets-manager-updated/
    2
    # Full zip with CloudFormation code mentioned on that tutorial: https://s3.amazonaws.com/aws-transfer-resources/custom-idp-templates/aws-transfer-custom-idp-secrets-manager-sourceip-protocol-support-apig.zip
    3
    
                  
    4
    # My step wise spinning up SFTP in Transfer Family with username and password:
    5
    
                  
  3. Simple S3/Glue/Athena Script Simple S3/Glue/Athena Script
    1
    import boto3
    2
    import json
    3
    import logging
    4
    from botocore.exceptions import ClientError
    5