deep-core
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -25,3 +25,2 @@ /** | ||
key: 'identifier', | ||
// @todo replace legacy name with new one 'apigateway' when it will be available | ||
@@ -52,3 +51,3 @@ /** | ||
value: function list() { | ||
return [Service.LAMBDA, Service.SIMPLE_STORAGE_SERVICE, Service.DYNAMO_DB, Service.SIMPLE_NOTIFICATION_SERVICE, Service.COGNITO_IDENTITY, Service.COGNITO_SYNC, Service.ELASTIC_CACHE, Service.IDENTITY_AND_ACCESS_MANAGEMENT, Service.KINESIS, Service.CLOUD_FRONT, Service.SECURITY_TOKEN_SERVICE, Service.CLOUD_WATCH_LOGS, Service.API_GATEWAY]; | ||
return [Service.LAMBDA, Service.SIMPLE_STORAGE_SERVICE, Service.DYNAMO_DB, Service.SIMPLE_NOTIFICATION_SERVICE, Service.COGNITO_IDENTITY, Service.COGNITO_SYNC, Service.ELASTIC_CACHE, Service.IDENTITY_AND_ACCESS_MANAGEMENT, Service.KINESIS, Service.CLOUD_FRONT, Service.SECURITY_TOKEN_SERVICE, Service.CLOUD_WATCH_LOGS, Service.API_GATEWAY, Service.API_GATEWAY_EXECUTE]; | ||
} | ||
@@ -170,2 +169,11 @@ }, { | ||
get: function get() { | ||
return 'apigateway'; | ||
} | ||
/** | ||
* @returns {String} | ||
*/ | ||
}, { | ||
key: 'API_GATEWAY_EXECUTE', | ||
get: function get() { | ||
return 'execute-api'; | ||
@@ -172,0 +180,0 @@ } |
{ | ||
"name": "deep-core", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "DEEP Core Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77203
1678