Module: Webhookdb::AWS
- Extended by:
- MethodUtilities
- Includes:
- Appydays::Configurable, Appydays::Loggable
- Defined in:
- lib/webhookdb/aws.rb
Defined Under Namespace
Classes: ShimFormatter, ShimLogger
Constant Summary collapse
- REGIONS_TO_LOCATIONS =
Aws.partitions.each_with_object({}) do |partition, h| partition.regions.each do |region| h[region.name] = region.description end end.freeze
- LOCATIONS_TO_REGIONS =
REGIONS_TO_LOCATIONS.to_a.to_h(&:reverse!).freeze
Method Summary
Methods included from MethodUtilities
attr_predicate, attr_predicate_accessor, singleton_attr_accessor, singleton_attr_reader, singleton_attr_writer, singleton_method_alias, singleton_predicate_accessor, singleton_predicate_reader