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

Results 12 serverless-plugin issues
Sort by recently updated
recently updated
newest added

Yandex Cloud API Gateway support custom OpenAPI extension that enables you to define Authorizer function. It would be great to create those right from this plugin.

Если передать переменные окружения на уровне функции, то они задаются для функции после развертывания: ```yml service: yandex-cloud-nodejs frameworkVersion: "3" provider: name: yandex-cloud runtime: nodejs16 httpApi: payload: '1.0' plugins: - "@yandex-cloud/serverless-plugin"...

Since the most functions are stateless, it's quite popular to store the state in YDB via DynamoDB-like interface. Will be great to have serverless framework support for such kind of...

When trying to spin cloud functions locally using `serverless-offline` plugin the warning "found unsupportde runtime nodejs16 for function 'foo'" is thrown and function can't be invoked. --- При попытке локально...

Hi. I saw that serverless template use typescript for sources, but didn't use plugin-typescript. Why so, I think [plugin-typescript](https://www.npmjs.com/package/serverless-plugin-typescript) is a sort of standard for developement in case of ts....

When using AWS SQS client the queue created lacks the project prefix. Might be the case for all AWS compatible resources that use non-yc SDK

serverless deploy --stage dev does not work what is a replacement for a stage at yandex.cloud? folder?

- [ ] create secrets via serverless CLI describing them as resources - [ ] reference secrets from Lockbox via syntax similar to https://www.serverless.com/framework/docs/providers/aws/guide/variables#reference-variables-using-aws-secrets-manager

I'm working on a Serverless framework service along with the Yandex cloud platform. I tend to use the environment variables mostly and pass them while deployment. Basically, In the serverless.yml...

As entities of this kind could be used with functions and API gateway, I find it helpful to create them from this plugin.