-
Week 1 Step 1 ⬤◯◯◯◯◯◯◯◯ | 🕐 Estimated completion: 5-20 minutes
# GitHub
*This week, you will be going through steps to set up tools needed to be successful in this camp. If you are already familiar w…
-
Serverless is throwing a warning when it validates its configuration before deployment:
```
Serverless: Configuration warning at 'functions.foo': unrecognized property 'deadLetter'
```
Excerpt…
-
Of course!
No code, no server.
-
when running jest-webpack, it gets the following errors:
```shell
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- conf…
-
running
```
> sls env generate
```
first creates and then removes just generated .env. Sample output:
```
Serverless: DOTENV: Could not find .env file.
Serverless: Creating .env file...
Ser…
-
```shell
npx serverless mono --nestApp car --command offline
serverless-nest-monorepo: Serverless NestJS Monorepo Plugin Initialized for: car
serverless-nest-monorepo: Building Nest app: car...
…
-
### Description:
My goal is to build my images outside sam and use sam only for debugging using the AWS Toolkit in Pycharm.
When running the AWS Toolkit debug configuration in Pycharm the `sam build…
-
I need to be able to run a process once a day to collect daily user stats. I was planning on using future calls for this, but then I just saw this in the docs:
> The future call feature is not enab…
-
When deploying a lambda, the template fails to deploy via sam with the error: Unrecognized resource types: [AWS::Serverless::Function].
Template that is created is (redacted):
`Resources:
Func…
-
We have monorepo using [Serverless Compose](https://www.serverless.com/framework/docs/guides/compose) in one of the yarn workspaces.
Our directory structure looks like this:
```
workspaces/
├─…