UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

19 lines (18 loc) 449 B
export const AmbiguousRoleResolutionType = { AUTHENTICATED_ROLE: "AuthenticatedRole", DENY: "Deny", }; export const ErrorCode = { ACCESS_DENIED: "AccessDenied", INTERNAL_SERVER_ERROR: "InternalServerError", }; export const MappingRuleMatchType = { CONTAINS: "Contains", EQUALS: "Equals", NOT_EQUAL: "NotEqual", STARTS_WITH: "StartsWith", }; export const RoleMappingType = { RULES: "Rules", TOKEN: "Token", };