aws-samples / aws-serverless-workshop-innovator-island

Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop.
MIT No Attribution
564 stars 228 forks source link

Invalid cleanup step instruction #80

Closed kozlov-nikita closed 2 years ago

kozlov-nikita commented 2 years ago

Describe the bug In Cleanup section Step 7 (Kinesis Firehose) script

aws kinesis delete-stream --stream-name theme-park-streaming-data

does not work.

Instead working one:

aws firehose delete-delivery-stream --delivery-stream-name theme-park-streaming-data

Link to workshop URL A link to the workshop URL with the issue.

To Reproduce Steps to reproduce the behavior:

  1. execute
    aws kinesis delete-stream --stream-name theme-park-streaming-data

Output:

An error occurred (ResourceNotFoundException) when calling the DeleteStream operation: Stream theme-park-streaming-data under account XXX not found.

Expected behavior Successful resource deletion.

Desktop (please complete the following information):

jbesw commented 2 years ago

Thanks, this has been updated and will be published on the next build.

jbesw commented 2 years ago

Checking this, the existing instruction has worked during my run-through. Please verify that your Kinesis stream type and name were the same as in the instructions. If you continue to have a problem, please contact me to troubleshoot. I'll close for now.