serverless-coffee icon indicating copy to clipboard operation
serverless-coffee copied to clipboard

Serverlesspresso - The serverless coffee ordering application! As seen at AWS re:Invent 2021. Presented by AWS Serverless DA team. Questions? Contact @jbesw.

Results 7 serverless-coffee issues
Sort by recently updated
recently updated
newest added

1. Please replace the template.yaml by cdk stack.ts which are much more friendly to digest. 2. Why not using Amplify pub/sub instead of AWS IoT? 3. The workshop diagram show...

Fix the `cd: no such file or directory: /00-baseCore` error when following steps in the README: ``` cd /00-baseCore sam build sam deploy --guided cd: no such file or directory:...

The paths in the README are absolute, not relative. Users of the README copy and paste the commands from the README and they fail this error: ``` cd: no such...

To submit an extension to Serverlesspresso, submit an issue with the following information. **To learn more about submitting an extension, read the [publishing guidelines page](https://github.com/aws-samples/serverless-coffee/blob/main/PUBLISHING.md).** 1. Use the model template...

**Description:** In the AWS Lambda function provided in [serverless-coffee/backends/6-publisher-service/code/publishToIOT.js](https://github.com/aws-samples/serverless-coffee/blob/a8b9a38985045b468246828e987454d5abe4be8f/backends/6-publisher-service/code/publishToIOT.js#L28) , there is an idempotency problem related to the **_iotPublish_** API. The code segment publishes a message to the IoT topic...