Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename nextjs-site to food ordering and refactor #2

Merged
merged 4 commits into from
Mar 1, 2023

Conversation

sam-goodwin
Copy link

@sam-goodwin sam-goodwin commented Feb 11, 2023

Depends on sam-goodwin/eventual#305

Refactored the food ordering example into a conventional repo with reasonable organization. Also now using the new Commands and proxy client on front-end.

We really need:

  1. middleware on the server for injecting the user/auth
  2. middleware on the client for passing around the user token
  3. the ability to have commands call each other
  4. also found a bug on the type-level generation of the client - it includes everything, not just activities

@@ -10,11 +10,11 @@
"@aws-cdk/aws-apigatewayv2-alpha": "2.63.2-alpha.0",
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.63.2-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.63.2-alpha.0",
"@eventual/aws-cdk": "^0.15.2",
"@nextjs-site/service": "workspace:^",
"@eventual/aws-cdk": "^0.20.4",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like an old version?

@sam-goodwin sam-goodwin merged commit f1f8eda into main Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants