service: operacion-precio-api-extr provider: name: aws region: us-west-1 runtime: nodejs20.x vpc: securityGroupIds: - sg-0dcf8347897f9ba0b subnetIds: - subnet-0b5fa80770cebed1f - subnet-0515ee9bbcabead4c - subnet-080018f99a775b068 plugins: - serverless-offline - serverless-plugin-typescript functions: api: handler: src/lambda-express events: - httpApi: method: GET path: /api/v1/ping - httpApi: method: ANY path: /{proxy+} graphql: handler: src/lambda-apollo events: - http: method: ANY path: /graphql