You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
AwsApi stll on node v14. needs upgrade before that runtime is deprecated.
Expected Behavior
node >14
Current Behavior
node == 14
Reproduction Steps
evt.AwsApi(
service="Amplify",
action="startDeployment",
policy_statement=iam.PolicyStatement(
actions=[
"amplify:StartDeployment",
"s3:DeleteObject",
"s3:GetObject",
"s3:GetObjectAcl",
"s3:ListBucket",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:PutObjectVersionAcl",
],
resources=[fdfdasfds],
),
parameters=dict(appId=webapp.app_id, branchName=branch, sourceUrl=fdfdsds)
),
)
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.91
Framework Version
2.91
Node.js Version
v20.5.1
OS
mac 13.4.1
Language
Python
Language Version
3.9.6
Other information
No response
The text was updated successfully, but these errors were encountered: