I'm looking forward to utilizing some of the new A...
# general
c
I'm looking forward to utilizing some of the new AWS lambda layer features. Is there any help needed testing these out?
e
Always. Give it a spin and report back.
c
Absolutely.... Is this as easy as updating my pants version in pants.toml?
I'm wanting to test this feature: https://github.com/pantsbuild/pants/pull/19123
e
Is this as easy as updating my pants version in pants.toml?
Yeah. So that landed here: https://github.com/pantsbuild/pants/commit/318c8539b8de9ae8a774d67a97dcf629f6c9ca41 That was released in https://github.com/pantsbuild/pants/releases/tag/release_2.18.0.dev1, but you probably should just use the latest dev release which appears to be `"2.18.0.dev7"`: https://github.com/pantsbuild/pants/releases/tag/release_2.18.0.dev7
c
👍
e
It looks like that was cherry-picked to 2.17.x: https://github.com/pantsbuild/pants/releases/tag/release_2.17.0rc0 So you could also use that latest of that series `"2.17.0rc3"`: https://github.com/pantsbuild/pants/releases/tag/release_2.17.0rc3
c
oooh. That would get us using that even faster. Also looking forward to https://github.com/pantsbuild/pants/issues/19256
but I can definitely utilize the layer packaging feature first.
b
Thanks for jumping in. Unfortunately the lambda functionality doesn’t work in the dev7 release, but should in the next one. See https://github.com/pantsbuild/pants/discussions/19544 for more details
👀 1