We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a29d1a commit ce28f18Copy full SHA for ce28f18
aws_lambda_powertools/utilities/data_classes/vpc_lattice.py
@@ -169,16 +169,6 @@ def version(self) -> str:
169
"""The VPC Lattice v2 Event version"""
170
return self["version"]
171
172
- @property
173
- def is_base64_encoded(self) -> bool | None:
174
- """A boolean flag to indicate if the applicable request payload is Base64-encode"""
175
- return self.get("isBase64Encoded")
176
-
177
178
- def path(self) -> str:
179
- """The VPC Lattice v2 Event path"""
180
- return self["path"]
181
182
@property
183
def request_context(self) -> vpcLatticeEventV2RequestContext:
184
"""The VPC Lattice v2 Event request context."""
0 commit comments