sst.dev icon indicating copy to clipboard operation
sst.dev copied to clipboard

Repo for sst.dev

Results 114 sst.dev issues
Sort by recently updated
recently updated
newest added

The latest serverless.yml in chapters add-a-create-note-api.md and add-support-for-es6-es7-javascript.md includes the serverless-offline plugin. executing **$ serverless invoke local --function create --path mocks/create-event.json** generates the following error: ``` Serverless Error --------------------------------------- Serverless...

the initial API / hello world infrastructure is expected and built upon in subsequent tutorial steps, starting here - https://serverless-stack.com/chapters/review-our-app-architecture.html

The initial part of this section presumed some API infrastructure to be left from the original SF guide. Suggest these revisions, in addition to PRs for other related pages, to...

I would like to start working on converting serverless-stack content to the Sinhala language so that it will be useful for the Sri Lankan community.

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

The `react-stripe-elements` package has been deprecated and it is recommended that users migrate to `react-stripe-js` (https://github.com/stripe/react-stripe-js/blob/master/docs/migrating.md). The new package includes some convenience hooks. I'm happy to rewrite the chapters: -...

Per [this discussion](https://github.com/serverless/serverless/issues/9095) in the Serverless repo, soon the ability to access a shared configuration outside the individual services' directory will no longer be possible without experiencing thrown errors. As...

When I attempt to Test the API's as stated in: [https://serverless-stack.com/chapters/test-the-apis.html](url) Specifically this command: `npx aws-api-gateway-cli-test \ --username='[email protected]' \ --password='Passw0rd!' \ --user-pool-id='YOUR_COGNITO_USER_POOL_ID' \ --app-client-id='YOUR_COGNITO_APP_CLIENT_ID' \ --cognito-region='YOUR_COGNITO_REGION' \ --identity-pool-id='YOUR_IDENTITY_POOL_ID' \ --invoke-url='YOUR_API_GATEWAY_URL'...

Raw json didn't seem to work vs stringifyed version (needs to include the correct noteId)

either bump the doc to the newest runtime or put a link to the lambda runtimes (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)