You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what happened, spent a long time around this until I found out that the api gateway should actually be created automatically.
The solution was to recreate the app from scratch, after that the deploy started displaying the end point...
I've read that an API gateway should be automatically created on deploy, but that isn't happening.
Am I missing something?
service: invoices-api
frameworkVersion: '3'
provider:
name: aws
runtime: nodejs14.x
stage: test
region: eu-west-1
custom:
apiGatewayServiceProxies:
eventbridge:
path: /invoice
method: post
source: 'hardcoded_source'
detailType: 'hardcoded_detailType'
eventBusName: { Ref: 'YourBusName' }
resources:
Resources:
YourBus:
Type: AWS::Events::EventBus
Properties:
Name: Default
plugins:
The text was updated successfully, but these errors were encountered: