-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
aws:iotAWS IoT CoreAWS IoT Corestatus: backlogTriaged but not yet being worked onTriaged but not yet being worked onstatus: staleTo be closed soon due to stalenessTo be closed soon due to stalenesstype: featureNew feature, or improvement to an existing featureNew feature, or improvement to an existing feature
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
Functionality for IoT ListPolicyVersions function is currently not supported in latest localstack version 3.4.1.dev20240425063645
Current Response:
//Show that policy does exist
aws --endpoint-url=http://localhost:4566/ iot get-policy --policy-name deviceShadowTestId_policy
{
"policyName": "deviceShadowTestId_policy",
"policyArn": "arn:aws:iot:us-east-1:000000000000:policy/deviceShadowTestId_policy",
...
}
aws --endpoint-url=http://localhost:4566/ iot list-policy-versions --policy-name deviceShadowTestId_policy
An error occurred (ResourceNotFoundException) when calling the ListPolicyVersions operation: The specified resource does not exist
Expected Response:
{
"policyVersions": [
{
"versionId": "1",
"isDefaultVersion": true,
"createDate": 1739888292.349
}
]
}
🧑💻 Implementation
No response
Anything else?
Metadata
Metadata
Assignees
Labels
aws:iotAWS IoT CoreAWS IoT Corestatus: backlogTriaged but not yet being worked onTriaged but not yet being worked onstatus: staleTo be closed soon due to stalenessTo be closed soon due to stalenesstype: featureNew feature, or improvement to an existing featureNew feature, or improvement to an existing feature