Skip to content

Instantly share code, notes, and snippets.

View tpaulshippy's full-sized avatar

Paul Shippy tpaulshippy

View GitHub Profile
@tpaulshippy
tpaulshippy / aws_credential_provider.rb
Created May 14, 2025 13:02
AWS credential provider example
# frozen_string_literal: true
require 'aws-sdk-core'
require_relative 'errors'
module MyApp
# Manages AWS credentials with automatic refresh capability
class AwsCredentialProvider
class << self
def instance