We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ad49c commit 893f946Copy full SHA for 893f946
tests/test_serverless.py
@@ -11,16 +11,16 @@
11
EndpointConfiguration,
12
Function,
13
FunctionForPackaging,
14
+ HttpApi,
15
+ HttpApiAuth,
16
+ HttpApiDomainConfiguration,
17
LayerVersion,
18
+ OAuth2Authorizer,
19
ResourcePolicyStatement,
20
Route53,
21
S3Event,
22
S3Location,
23
SimpleTable,
- HttpApi,
- HttpApiAuth,
- OAuth2Authorizer,
- HttpApiDomainConfiguration,
24
)
25
26
troposphere/serverless.py
@@ -21,12 +21,12 @@
from .dynamodb import ProvisionedThroughput, SSESpecification
from .s3 import Filter
from .validators import (
+ boolean,
exactly_one,
integer,
27
integer_range,
28
mutually_exclusive,
29
positive_integer,
- boolean,
30
31
32
try:
0 commit comments