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
I personally do it in a separate command that runs after deploying and is not tied into the serverless lifecycle. I just use the AWS CLI to do an invalidation.
That being said, a custom plugin can do the same thing and be tied into the serverless lifecycle. I haven't invested the time to create it myself, though.
Awesome work, thanks for this.
I see that on deploy the changes aren't visible right away. Looking at getlift/lift, I see that on deploy they call the following: https://github.com/getlift/lift/blob/master/src/classes/aws.ts#L37
I am unsure how to call a function on deploy, is that possible only because life is serverless plugin? Thought you might have an idea.
The text was updated successfully, but these errors were encountered: