Skip to content
View AndreySemechkov's full-sized avatar
Block or Report

Block or report AndreySemechkov

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

  1. wildrydes-site wildrydes-site Public

    AWS serverless official workshop: API Gateway, Lambda, Amplify, Cognito and DynamoDB

    HTML

  2. rate-limiter-demo rate-limiter-demo Public

    Java

  3. Use podman built images with kind lo... Use podman built images with kind load by pushing latest image to local kind cluster as an oci-archive. Overcoming docker oriented defaults
    1
    echo "Pushing latest image to local kind cluster"
    2
    export KIND_EXPERIMENTAL_PROVIDER=podman
    3
    podman save <IMAGE> --format oci-archive -o ~/<IMAGE>
    4
    # loading to kind cluster named home-cluster
    5
    kind load image-archive ~/<IMAGE> --name home-cluster
  4. tools tools Public

    🚀 My Automation Repository 🛠️

    Python