Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Create EventBus with Description. Describe the created EventBus - description is NOT assigned.
Expected Behavior
Create EventBus with Description. Describe the created EventBus - the description is ASSIGNED.
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack
command, arguments, or docker-compose.yml
)
docker run localstack/localstack
Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
awslocal events create-event-bus --name bus-with-description --description "Example description"
awslocal events describe-event-bus --name bus-with-description
Environment
- OS: macOS 15.1.1
- LocalStack:
LocalStack version: 4.0.4.dev63
LocalStack Docker image sha: sha256:c121cc3b9bd3d39a918b093b238ce8bad68526a3a4d99b5776cb58e9ccb682ed
LocalStack build date: 2024-12-23
LocalStack build git hash: 96eec2edd
Anything else?
No response