Can source code be accessed from repo used in AWS CodePipeline?

0

I have created a CodePipeline to deploy a Lambda application created using AWS SAM. I connected my repo which is on Bitbucket. Can the source code be viewed by Admin or anyone?

Update: Screenshot of CodePipeline This is the setup.

Rishabh
질문됨 10달 전204회 조회
1개 답변
1
수락된 답변

Code deployed to a Lambda function can be viewed from the Lambda function screen.
However, you will not be able to access the Bitbucket repository without credentials, so you will not be able to see the source code.

profile picture
전문가
답변함 10달 전
profile picture
전문가
검토됨 2달 전
  • Hey thanks for the answer. Had a follow up question if you don't mind. Are all type of functions visible on function screen? Because I see "Lambda function <function_name> is too large to enable inline code editing" in all of the functions.

  • Hello. The error is caused by the code being too large to open from the management console. Specifically, it seems that if the code is over 3 MB, it cannot be opened from the management console. https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html 3mb

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠