Skip to content

Commit

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

Expand All @@ -15,11 +14,6 @@ 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 2f066ac

Please sign in to comment.