0.1.0 • Published 3 years ago

aws-constants v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

aws-constants

A collection of AWS constants - names of regions, CloudWatch namespaces and so on. TypeScript definitions included.

WARNING: This is an experimental project, breaking changes possible. Until v1.0 is released all breaking changes will bump up the minor version, so it is recommended to pin both major and minor versions in package.json files - e.g. "aws-constants": "~0.1.0"

How to install?

npm install aws-constants

Service Constants

ServiceMetric NamesDimension NamesIAM ActionsResource ARN Constructors
AWS API GatewayAwsApiGatewayManagedMetricNameAwsApiGatewayManagedMetricDimensionNameAwsApiGatewayIamPolicyActioncreateAwsApiGatewayExecuteApiGeneralArn
AWS DynamoDBAwsDynamoDbManagedMetricNameAwsDynamoDbManagedMetricDimensionNameAwsDynamoDbIamPolicyActioncreateAwsDynamoDbTableArn, createAwsDynamoDbIndexArn, createAwsDynamoDbStreamArn, createAwsDynamoDbBackupArn, createAwsDynamoDbExportArn, createAwsDynamoDbGlobalTableArn
AWS EC2AwsEc2ManagedMetricNameAwsEc2ManagedMetricDimensionNameAwsEc2IamPolicyActionTODO
AWS ECRAwsEcrManagedMetricNameAwsEcrManagedMetricDimensionNameAwsEcrIamPolicyActionTODO
AWS LambdaAwsLambdaManagedMetricNameAwsLambdaManagedDimensionNameAwsLambdaIamPolicyActionTODO
AWS SNSAwsSnsManagedMetricNameAwsSnsManagedDimensionNameAwsSnsIamPolicyActionTODO
AWS SQSAwsSqsManagedMetricNameAwsSqsManagedDimensionNameAwsSqsIamPolicyActionTODO
AWS Step FunctionsAwsStepFunctionsManagedMetricNameAwsStepFunctionsManagedMetricDimensionNameAwsStepFunctionsIamPolicyActioncreateAwsStepFunctionsActivityArn, createAwsStepFunctionsStateMachineArn, createAwsStepFunctionsExecutionArn

Other Constants

  • AWS regions: AwsRegion. Regions have name and description properties. E.g. AwsRegion.US_EAST_1.name
  • AWS CloudWatch: MetricNamespaceWithDescription and MetricNamespace
  • AWS IAM: AwsServicePrincipal and AwsIamManagedPolicy.
0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2-alpha

3 years ago

0.0.2

3 years ago

0.0.1-alpha

3 years ago