Skip to content

Commit

Permalink
chore: add alb experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 2, 2022
1 parent cbadedf commit c588743
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/events/alb/Alb.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { log } from '@serverless/utils/log.js'
import AlbEventDefinition from './AlbEventDefinition.js'
import HttpServer from './HttpServer.js'

Expand All @@ -14,6 +15,11 @@ export default class Alb {
this.#lambda = lambda
this.#options = options
this.#serverless = serverless

log.warning(`
Application Load Balancer (ALB) support in serverless-offline is experimental.
Please file an issue for any bugs, missing features or other feedback: https://github.com/dherault/serverless-offline/issues
`)
}

start() {
Expand Down

0 comments on commit c588743

Please sign in to comment.