Skip to content

Instantly share code, notes, and snippets.

@rjozefowicz
Last active November 23, 2021 19:27
Show Gist options
  • Save rjozefowicz/b83dddf35d8e2795875ac22e3d146319 to your computer and use it in GitHub Desktop.
Save rjozefowicz/b83dddf35d8e2795875ac22e3d146319 to your computer and use it in GitHub Desktop.
AWS SAM node.js StacjaIT - 24.11.2021

Wprowadzenie do AWS Serverless Application Model (SAM) - StacjaIT - 24.11.2021

Materiały:

Aplikacja users-database:

3 endpointy HTTP:

  • GET /users - pobiera wszystkich userów
  • GET /users/{id} - pobiera usera o konkretnym ID
  • POST /users - tworzy usera

2 funkcje Lambda:

  • query-users
  • persist-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment